fixing things regarding bson error with node and such...now working?
This commit is contained in:
@@ -31,3 +31,6 @@ export function useUserSearch(searchQuery: string) {
|
||||
}
|
||||
|
||||
// =========== MUTATIONS
|
||||
export function useGetDmByUserId() {
|
||||
return useMutation(ApiCalls.getDmByUserId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user