Skip to content
Snippets Groups Projects
Verified Commit 3f04982d authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Lint fixes

parent 3bc939b2
No related branches found
No related tags found
No related merge requests found
dist/
node_modules/
import { Injectable } from '@nestjs/common';
@Injectable()
export class SubscriptionService {
}
export class SubscriptionService {}
import { Inject, Injectable } from "@nestjs/common";
import { Inject, Injectable } from '@nestjs/common';
import { PrismaService } from '../prisma/prisma.service';
import { Cron } from '@nestjs/schedule';
import { PubSub } from 'graphql-subscriptions';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment