Skip to content

Commit

Permalink
Prettier format
Browse files Browse the repository at this point in the history
Signed-off-by: Kaustav Das Modak <[email protected]>
  • Loading branch information
Kaustav Das Modak authored and kaustavdm committed Feb 21, 2022
1 parent 246a8e6 commit 74ff3ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
8 changes: 1 addition & 7 deletions src/freshteam/applicants.js
Original file line number Diff line number Diff line change
@@ -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 {
/**
Expand Down
8 changes: 1 addition & 7 deletions src/freshteam/time-offs.js
Original file line number Diff line number Diff line change
@@ -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 {
/**
Expand Down
1 change: 0 additions & 1 deletion test/freshteam/employees.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 74ff3ab

Please sign in to comment.