Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Sep 8, 2023
1 parent 888487d commit 6705752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ui/src/didjs/didjs.did
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ service : {
did_to_js : (text) -> (opt text) query;
binding : (text, text) -> (opt text) query;
subtype : (new: text, old: text) -> (variant { Ok: null; Err: text }) query;
merge_init_args : (text, text) -> (opt text) query
}

0 comments on commit 6705752

Please sign in to comment.