From 3b9f731fdd035f6734be96d859018874d3c3c424 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 11 Oct 2023 16:33:21 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: alvarius --- .changeset/chatty-planets-heal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [ ... ], - })); + }])); ```