Skip to content

Commit

Permalink
remove query from tera candid js in aws
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico authored and Federico committed Sep 5, 2022
1 parent 5b82e24 commit 3491974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/aws/src/libs/dfinity/idls/tera/tera.did.ts
Expand Up @@ -27,7 +27,7 @@ export default ({ IDL }: { IDL: any }) => {
[ConsumeMessageResponse],
[],
),
get_messages: IDL.Func([], [IDL.Vec(OutgoingMessagePair)], ['query']),
get_messages: IDL.Func([], [IDL.Vec(OutgoingMessagePair)], []),
get_nonces: IDL.Func([], [IDL.Vec(IDL.Nat)], ['query']),
remove_messages: IDL.Func(
[IDL.Vec(OutgoingMessagePair)],
Expand Down

0 comments on commit 3491974

Please sign in to comment.