Skip to content

Commit

Permalink
reset after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 27, 2023
1 parent 21a03be commit 6d157eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/recursion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ export default Service({
Principal.fromText('aaaaa-aa'),
'create_canister'
])
// testRecService: query([myService], myService, (param) => param),
// testRecServiceReturn: query([], myService, () => {}),
// testRecServiceCall: update([myService], myService, (myService) => {
// return await ic.call(myService.serviceQuery(myService));
// })
});

// Below we have a bunch of different configurations of where to put the the
Expand Down

0 comments on commit 6d157eb

Please sign in to comment.