Skip to content

Commit 92f1e41

Browse files
committed
#3938 add transfomrer to createGuestDefinition
1 parent 966c9f0 commit 92f1e41

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
@@ -251,7 +251,7 @@ export default class RecruitmentServices {
251251
}
252252
});
253253

254-
return definition;
254+
return guestDefinitionTransformer(definition);
255255
}
256256

257257
static async getAllGuestDefinitions(organization: Organization) {

0 commit comments

Comments
 (0)