Skip to content

Commit

Permalink
style: lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Aug 23, 2024
1 parent 7990a6f commit 88912d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/controller/response/report-response.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
import { DineroObjectResponse } from './dinero-response';
import { BaseVatGroupResponse } from './vat-group-response';
import { BaseProductResponse, ProductResponse } from './product-response';
import { BaseProductResponse } from './product-response';
import { ProductCategoryResponse } from './product-category-response';
import { BasePointOfSaleResponse } from './point-of-sale-response';
import { BaseContainerResponse } from './container-response';
Expand Down
2 changes: 1 addition & 1 deletion src/controller/user-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import UserService, {
parseGetUsersFilters,
UserFilterParameters,
} from '../service/user-service';
import { asDate, asFromAndTillDate, asNumber } from '../helpers/validators';
import { asFromAndTillDate, asNumber } from '../helpers/validators';
import { verifyCreateUserRequest } from './request/validators/user-request-spec';
import userTokenInOrgan from '../helpers/token-helper';
import { parseUserToResponse } from '../helpers/revision-to-response';
Expand Down

0 comments on commit 88912d4

Please sign in to comment.