feat: server lint import & order (#750)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { Global, Module } from '@nestjs/common';
|
||||
|
||||
import { PrismaService } from './prisma.service';
|
||||
|
||||
@Global()
|
||||
|
||||
@ -4,8 +4,10 @@ import {
|
||||
Logger,
|
||||
OnModuleInit,
|
||||
} from '@nestjs/common';
|
||||
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
import { createPrismaQueryEventHandler } from 'prisma-query-log';
|
||||
|
||||
import { EnvironmentService } from 'src/integrations/environment/environment.service';
|
||||
|
||||
// TODO: Check if this is still needed
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
|
||||
import { seedCompanies } from './companies';
|
||||
import { seedWorkspaces } from './workspaces';
|
||||
import { seedPeople } from './people';
|
||||
|
||||
Reference in New Issue
Block a user