Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: alvarius <[email protected]>
  • Loading branch information
holic and alvrs authored Oct 11, 2023
1 parent bbc2d11 commit 3b9f731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/chatty-planets-heal.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Added TS helpers for calling systems dynamically via the World.
systemId: resourceToHex({ ... }),
functionName: "registerDelegation",
args: [ ... ],
}));
}]));
```

- `encodeSystemCallsFrom` for `world.batchCallFrom`
Expand All @@ -43,5 +43,5 @@ Added TS helpers for calling systems dynamically via the World.
systemId: resourceToHex({ ... }),
functionName: "registerDelegation",
args: [ ... ],
}));
}]));
```

0 comments on commit 3b9f731

Please sign in to comment.