Skip to content

Commit

Permalink
reverted commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Martbul committed Jun 26, 2024
1 parent 7d43335 commit 1280e2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Module } from '@nestjs/common'
import { CampaignApplicationService } from './campaign-application.service'
import { CampaignApplicationController } from './campaign-application.controller'
import { PrismaModule } from '../prisma/prisma.module'

@Module({
imports: [PrismaModule],
controllers: [CampaignApplicationController],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { PrismaService } from '../prisma/prisma.service'
@Injectable()
export class CampaignApplicationService {
constructor(private prisma: PrismaService) {}

async getCampaignByIdWithPersonIds(id: string): Promise<UpdateCampaignApplicationDto> {
throw new Error('Method not implemented.')
}
Expand Down

0 comments on commit 1280e2b

Please sign in to comment.