Skip to content

Commit

Permalink
fix: fix group.remove fn and associated tc (#842)
Browse files Browse the repository at this point in the history
* fix: fix group.remove fn and associated tc

* fix: backward compatible change
  • Loading branch information
Aman035 authored Nov 15, 2023
1 parent a417c0d commit f879adc
Show file tree
Hide file tree
Showing 11 changed files with 13 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 f879adc

Please sign in to comment.