Skip to content

Commit

Permalink
update TODO to point to the new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2bd committed Jan 5, 2025
1 parent 1318f99 commit e909b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serde-generate/runtime/typescript/bcs/bcsDeserializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class BcsDeserializer extends BinaryDeserializer {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
_key2: [number, number],
): void {
// TODO(#119)
// TODO(#58)
return;
}
}
2 changes: 1 addition & 1 deletion serde-generate/runtime/typescript/bcs/bcsSerializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export class BcsSerializer extends BinarySerializer {
}

public sortMapEntries(_offsets: number[]) {
// TODO(#119)
// TODO(#58)
}
}

0 comments on commit e909b4e

Please sign in to comment.