diff --git a/src/freshteam/applicants.js b/src/freshteam/applicants.js index 40bd94d..33eeb30 100644 --- a/src/freshteam/applicants.js +++ b/src/freshteam/applicants.js @@ -1,12 +1,6 @@ import { ApplicantApi } from "../gen/freshteam"; import { Client } from "../http-client"; -import { - Applicant, - ApplicantDetail, - ApplicantSubStage, - ApplicantUpdate, - ApplicantListQuery -} from "./models"; +import { Applicant, ApplicantDetail, ApplicantSubStage, ApplicantUpdate, ApplicantListQuery } from "./models"; export class Applicants { /** diff --git a/src/freshteam/time-offs.js b/src/freshteam/time-offs.js index af53d77..d2b3f21 100644 --- a/src/freshteam/time-offs.js +++ b/src/freshteam/time-offs.js @@ -1,12 +1,6 @@ import { TimeoffApi } from "../gen/freshteam"; import { Client } from "../http-client"; -import { - LeaveType, - LeaveRequest, - LeaveRequestCreate, - LeaveRequestReject, - TimeOffsListQuery -} from "./models"; +import { LeaveType, LeaveRequest, LeaveRequestCreate, LeaveRequestReject, TimeOffsListQuery } from "./models"; export class TimeOffs { /** diff --git a/test/freshteam/employees.test.js b/test/freshteam/employees.test.js index b5d5110..dda3efd 100644 --- a/test/freshteam/employees.test.js +++ b/test/freshteam/employees.test.js @@ -36,7 +36,6 @@ describe("Employees API", function () { }); }); - describe("get employees with pagination: /api/employees", function () { it("should support `page` query param", async function () { const page = 2;