style: prettier fix for pubsub
This commit is contained in:
parent
d4c775a537
commit
4da11955f1
1 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Module } from "@nestjs/common";
|
||||
import { PubSubService } from "./pubsub.service";
|
||||
import { Module } from '@nestjs/common';
|
||||
import { PubSubService } from './pubsub.service';
|
||||
|
||||
@Module({
|
||||
providers: [PubSubService],
|
||||
exports: [PubSubService]
|
||||
exports: [PubSubService],
|
||||
})
|
||||
export class PubSubModule {}
|
||||
|
|
|
|||
Loading…
Reference in a new issue