chore: removed comments from pubsub module
This commit is contained in:
8
packages/hoppscotch-backend/src/pubsub/pubsub.module.ts
Normal file
8
packages/hoppscotch-backend/src/pubsub/pubsub.module.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Module } from "@nestjs/common";
|
||||
import { PubSubService } from "./pubsub.service";
|
||||
|
||||
@Module({
|
||||
providers: [PubSubService],
|
||||
exports: [PubSubService]
|
||||
})
|
||||
export class PubSubModule {}
|
||||
Reference in New Issue
Block a user