Skip to content

Commit

Permalink
add issue link to todo
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Jul 27, 2023
1 parent 909737f commit 2c99b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/render-ts/recsV1TableOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function getRecsV1TableOptions(config: StoreConfig): RecsV1TableOptions {
name: tableData.name,
};

// TODO: move user type -> abi type into our config expanding step rather than sprinkled everywhere
// TODO: move user type -> abi type into our config expanding step rather than sprinkled everywhere (https://github.com/latticexyz/mud/issues/1201)
const keySchema = Object.fromEntries(
Object.entries(tableData.keySchema).map(([name, type]) => [
name,
Expand Down

0 comments on commit 2c99b27

Please sign in to comment.