Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:MuNuChapterHKN/HKrecruitment into fe…
Browse files Browse the repository at this point in the history
…ature/rectuitment-session
  • Loading branch information
AlbertoBaroso committed Jan 22, 2024
2 parents 8d1b349 + 5d81da8 commit afe1f37
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RecruitmentSession } from '@hkrecruitment/shared/recruitment-session';
import { RecruitmentSession } from '@hkrecruitment/shared';
import { ApiProperty } from '@nestjs/swagger';

export class CreateRecruitmentSessionDto
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
RecruitmentSession,
RecruitmentSessionState,
} from '@hkrecruitment/shared/recruitment-session';
} from '@hkrecruitment/shared';
import { Exclude, Expose } from 'class-transformer';

@Exclude()
Expand Down
6 changes: 4 additions & 2 deletions api/src/recruitment-session/recruitment-session.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ import {
RecruitmentSession,
RecruitmentSessionState,
updateRecruitmentSessionSchema,
} from '@hkrecruitment/shared/recruitment-session';
import { Action, AppAbility, checkAbility } from '@hkrecruitment/shared';
Action,
AppAbility,
checkAbility,
} from '@hkrecruitment/shared';
import { JoiValidate } from '../joi-validation/joi-validate.decorator';
import {
ApiBadRequestResponse,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
RecruitmentSession,
RecruitmentSessionState,
} from '@hkrecruitment/shared/recruitment-session';
} from '@hkrecruitment/shared';
import { ApiProperty } from '@nestjs/swagger';

export class UpdateRecruitmentSessionDto
Expand Down

0 comments on commit afe1f37

Please sign in to comment.