Skip to content

Commit

Permalink
🔥 Remove debugging code (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
moisout authored Aug 23, 2023
1 parent 92250ef commit 1e2b657
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { checkRedisConnection } from './common/redis.connection';
import { logger } from './common/logger';
import { ModuleType } from './common/module.type';
import { registerFastifyPlugin } from './common/registerFastifyPlugin';
import { SubscriptionsService } from './user/subscriptions/subscriptions.service';

declare const module: ModuleType;

Expand Down Expand Up @@ -152,7 +151,6 @@ const bootstrap = async () => {
module.hot.accept();
module.hot.dispose(() => app.close());
}
app.get(SubscriptionsService).collectSubscriptionsJob();
};

const runBootstrap = async () => {
Expand Down

0 comments on commit 1e2b657

Please sign in to comment.