Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nmashchenko committed Dec 3, 2023
1 parent 0967ae6 commit a4a1dfa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions server/src/modules/users/users.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {
Delete,
UseGuards,
Query,
DefaultValuePipe,
ParseIntPipe,
HttpStatus,
HttpCode,
SerializeOptions,
Expand Down
1 change: 0 additions & 1 deletion server/test/user/users.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import request from 'supertest';
import { APP_URL } from '../utils/constants';
import { faker } from '@faker-js/faker';
import qs from 'qs';

describe('Get users (e2e)', () => {
const app = APP_URL;
Expand Down

0 comments on commit a4a1dfa

Please sign in to comment.