Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
megrogan committed Dec 23, 2024
1 parent 9df6746 commit 7cf0dc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
16 changes: 0 additions & 16 deletions backend/bots/examples/greet/can.did
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
type BotApiCallResponse = variant {
Ok;
Err : variant {
Invalid : text;
CanisterError : variant {
NotAuthorized;
Frozen;
Other : text;
};
C2CError: record {
0 : nat32;
1 : text;
};
};
};

service : {
};
29 changes: 0 additions & 29 deletions backend/bots/examples/greet/cargo.toml

This file was deleted.

0 comments on commit 7cf0dc6

Please sign in to comment.