Skip to content

Commit 1cc1ed2

Browse files
committed
#4148: removed unneccessary faq files
1 parent 147e524 commit 1cc1ed2

3 files changed

Lines changed: 2 additions & 31 deletions

File tree

src/backend/src/controllers/recruitment.controllers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ export default class RecruitmentController {
118118

119119
static async getSingleGuestDefinition(req: Request, res: Response, next: NextFunction) {
120120
try {
121-
const { defenitionId } = req.params as Record<string, string>;
121+
const { definitionId } = req.params as Record<string, string>;
122122

123-
const definition = await RecruitmentServices.getSingleGuestDefinition(req.organization, defenitionId);
123+
const definition = await RecruitmentServices.getSingleGuestDefinition(req.organization, definitionId);
124124
res.status(200).json(definition);
125125
} catch (error: unknown) {
126126
next(error);

src/backend/src/transformers/faq.transformer.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/shared/src/types/frequently-asked-questions-types.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)