Skip to content

Commit

Permalink
fix: cli
Browse files Browse the repository at this point in the history
  • Loading branch information
yonadaaa committed Mar 7, 2024
1 parent 6141227 commit b938bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/deploy/getFunctions.ts
Expand Up @@ -39,7 +39,7 @@ export async function getFunctions({
client,
worldDeploy,
table: worldTables.world_FunctionSelectors,
key: { functionSelector: selector },
key: { worldFunctionSelector: selector },
});
const { namespace, name } = hexToResource(systemId);
// TODO: find away around undoing contract logic (https://github.com/latticexyz/mud/issues/1708)
Expand Down

0 comments on commit b938bc7

Please sign in to comment.