chore: removed comment

This commit is contained in:
ankitsridhar16
2023-01-20 15:18:04 +05:30
parent 0bed5cd99a
commit 298b960ef7

View File

@@ -214,11 +214,7 @@ export class UserEnvironmentsService {
},
});
// await this.subscriptionHandler.publish(
// `user_environment/${uid}`,
// SubscriptionType.DeleteMany,
// deletedEnvironments.count,
// );
// Publish subscription for multiple environment deletions
await this.pubsub.publish(
`user_environment/${uid}/deleted_many`,
deletedEnvironments.count,