fix: typo of pubsub message
This commit is contained in:
@@ -21,10 +21,7 @@ export class UserService {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Publish subscription for user updates
|
// Publish subscription for user updates
|
||||||
await this.pubsub.publish(
|
await this.pubsub.publish(`user/${user.uid}/updated`, updatedUser);
|
||||||
`user_settings/${user.uid}/updated`,
|
|
||||||
updatedUser,
|
|
||||||
);
|
|
||||||
|
|
||||||
return E.right(updatedUser);
|
return E.right(updatedUser);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user