From 6d157eb91f497882086ca78a87623ec1ea391441 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 27 Sep 2023 16:51:05 -0600 Subject: [PATCH] reset after rebase --- examples/recursion/src/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/recursion/src/index.ts b/examples/recursion/src/index.ts index 2e992cc0df..6d0a3f0ae2 100644 --- a/examples/recursion/src/index.ts +++ b/examples/recursion/src/index.ts @@ -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