Skip to content

Commit e4f9fcd

Browse files
committed
#4148: fixed typeScript check errors
1 parent b5c7cfd commit e4f9fcd

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
@@ -346,7 +346,7 @@ export default class RecruitmentServices {
346346
* @returns a definition
347347
* @throws if the definition is not found in the db
348348
*/
349-
static async getGuestDefinition(organizationId: string, definitionId: string): Promise<Guest_Definition> {
349+
static async getGuestDefinition(organizationId: string, definitionId: string) {
350350
const guest = await prisma.guest_Definition.findUnique({
351351
where: { organizationId, definitionId }
352352
});

0 commit comments

Comments
 (0)