Skip to content

Commit f78c7ac

Browse files
committed
Update shared.module.ts
1 parent b7f2087 commit f78c7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/shared.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Global, Module } from '@nestjs/common';
22
import { StaticService } from './static/static.service';
3-
import { EventsGateway } from 'src/shared/events/events.gateway';
3+
import { EventsGateway } from '../shared/events/events.gateway';
44

55
@Global()
66
@Module({

0 commit comments

Comments
 (0)