Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update server/CodegenSpec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: T6 <[email protected]>
  • Loading branch information
harrysolovay and tjjfvi authored May 11, 2023
1 parent fcf191d commit 0f26b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/CodegenSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const $codegenEntry = $.taggedUnion("type", [
"frame",
$.field("metadataHash", $.sizedUint8Array(64)),
$.field("chainName", $.str),
$.optionalField("connection", $connectionSpec),
$.field("connection", $connectionSpec),
$.optionalField("targets", $.record($connectionSpec)),
),
])
Expand Down

0 comments on commit 0f26b85

Please sign in to comment.