Skip to content

Commit

Permalink
add missing extern
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCulloh committed Mar 17, 2024
1 parent 39d3271 commit fc9c05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tests/valid/dynamo.test.w
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class DynamoTable {
}
}

extern "./dynamo.ts" static inflight _getItem(tableName: str, key: Json): Json;
extern "./dynamo.ts" static inflight _putItem(tableName: str, item: Json): void;

pub inflight putItem(item: Map<Attribute>) {
Expand Down

0 comments on commit fc9c05b

Please sign in to comment.