Skip to content

Commit

Permalink
build(typescript): typescript issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fishme committed Dec 26, 2023
1 parent 254e8a5 commit 690cad7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nodes/shared/storage.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
export class ConversationStorage {
set(conversationId: string, value: any, expiresAt?: number) {
return new Promise((resolve, reject) => {});
Expand All @@ -8,3 +9,4 @@ export class ConversationStorage {
return new Promise((resolve, reject) => {});
}
}
*/

0 comments on commit 690cad7

Please sign in to comment.