diff --git a/.changeset/chatty-planets-heal.md b/.changeset/chatty-planets-heal.md index 8681ae0fd4..c1270e5d4b 100644 --- a/.changeset/chatty-planets-heal.md +++ b/.changeset/chatty-planets-heal.md @@ -34,7 +34,7 @@ Added TS helpers for calling systems dynamically via the World. systemId: resourceToHex({ ... }), functionName: "registerDelegation", args: [ ... ], - })); + }])); ``` - `encodeSystemCallsFrom` for `world.batchCallFrom` @@ -43,5 +43,5 @@ Added TS helpers for calling systems dynamically via the World. systemId: resourceToHex({ ... }), functionName: "registerDelegation", args: [ ... ], - })); + }])); ```