Skip to content

Commit

Permalink
upd dependencies in shared/abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed Jan 7, 2024
1 parent 7f1e3d8 commit f3aedbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { applyAbilitiesForPerson, Person, Role } from "./person";
import { Application, applyAbilitiesOnApplication } from "./application";
import { applyAbilitiesOnAvailability, Availability } from "./availability";
import { TimeSlot } from "./timeslot";
import { RecruitmentSession } from "recruitment-session";
import { applyAbilitiesOnRecruitmentSession } from "recruitment-session";
import { RecruitmentSession } from "./recruitment-session";
import { applyAbilitiesOnRecruitmentSession } from "./recruitment-session";

export interface UserAuth {
sub: string;
Expand Down

0 comments on commit f3aedbf

Please sign in to comment.