Skip to content

Commit

Permalink
fixreturn []
Browse files Browse the repository at this point in the history
return []
  • Loading branch information
Zaid-maker authored Mar 9, 2024
1 parent 7261a05 commit 13953d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liveblocks.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ const client = createClient({
authEndpoint: "/api/liveblocks-auth",
async resolveUsers({ userIds }) {
// ...

return []
},
async resolveMentionSuggestions({ text }) {
// ...

return []
},
});

Expand Down

0 comments on commit 13953d3

Please sign in to comment.