Skip to content

Commit 2e18e69

Browse files
committed
Update to tucana 0.0.66, implement function definitions
1 parent d587168 commit 2e18e69

5 files changed

Lines changed: 221 additions & 608 deletions

File tree

ts/examples/simple-example-ts/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import {
66
} from "@code0-tech/hercules";
77

88
const sdk = createSdk({
9-
authToken: "someToken",
9+
authToken: "token",
1010
aquilaUrl: "127.0.0.1:50051",
11-
actionId: "action_123",
11+
actionId: "service",
1212
version: "0.0.0",
1313
}, [
1414
{

0 commit comments

Comments
 (0)