Skip to content

Commit 9ef1c1c

Browse files
committed
#4148: removed unused import
1 parent e4f9fcd commit 9ef1c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/services/recruitment.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Guest_Definition, Organization } from '@prisma/client';
1+
import { Organization } from '@prisma/client';
22
import { isAdmin, User } from 'shared';
33
import prisma from '../prisma/prisma.js';
44
import { AccessDeniedAdminOnlyException, DeletedException, NotFoundException } from '../utils/errors.utils.js';

0 commit comments

Comments
 (0)