chore: removed comment
This commit is contained in:
@@ -214,11 +214,7 @@ export class UserEnvironmentsService {
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
// await this.subscriptionHandler.publish(
|
// Publish subscription for multiple environment deletions
|
||||||
// `user_environment/${uid}`,
|
|
||||||
// SubscriptionType.DeleteMany,
|
|
||||||
// deletedEnvironments.count,
|
|
||||||
// );
|
|
||||||
await this.pubsub.publish(
|
await this.pubsub.publish(
|
||||||
`user_environment/${uid}/deleted_many`,
|
`user_environment/${uid}/deleted_many`,
|
||||||
deletedEnvironments.count,
|
deletedEnvironments.count,
|
||||||
|
|||||||
Reference in New Issue
Block a user