diff --git a/packages/hoppscotch-backend/src/user-environment/user-environments.service.ts b/packages/hoppscotch-backend/src/user-environment/user-environments.service.ts index 872395351..9daa9cb46 100644 --- a/packages/hoppscotch-backend/src/user-environment/user-environments.service.ts +++ b/packages/hoppscotch-backend/src/user-environment/user-environments.service.ts @@ -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,