fix: updated resolver pubsub topic name
This commit is contained in:
@@ -201,7 +201,7 @@ export class UserEnvironmentsResolver {
|
||||
@UseGuards(GqlAuthGuard)
|
||||
userEnvironmentDeleteMany(@GqlUser() user: User) {
|
||||
return this.pubsub.asyncIterator(
|
||||
`user_environment/${user.uid}/delete_many`,
|
||||
`user_environment/${user.uid}/deleted_many`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user