Skip to content

Commit

Permalink
fix: fix group.remove fn and associated tc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Nov 15, 2023
1 parent a417c0d commit 1506577
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 797 deletions.
2 changes: 1 addition & 1 deletion packages/examples/sdk-backend-node/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const start = async (): Promise<void> => {
console.log(`${returnENVLog()}`);

await runUserCases();
//await runNotificationUseCases();
await runNotificationUseCases();
await runChatUseCases();
await runVideoUseCases();
await runSpaceUseCases();
Expand Down
192 changes: 0 additions & 192 deletions packages/examples/sdk-backend-node/pushAPI/channel.ts

This file was deleted.

Loading

0 comments on commit 1506577

Please sign in to comment.