Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed May 14, 2024
1 parent aedf773 commit cafead6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/faker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export const updateUserData = (userId: number): IUser => {
gender: faker.person.sexType(),
email: faker.internet.email(),
status: 'active'
}
};
};
2 changes: 1 addition & 1 deletion tests/payload/mutation.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IUser, IUserOmittedID } from "../types/users";
import { IUser, IUserOmittedID } from '../types/users';

export const createUserPayload = (data: IUserOmittedID) => {
return `mutation {
Expand Down

0 comments on commit cafead6

Please sign in to comment.