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

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hugodutka committed May 8, 2023
1 parent c40613a commit e9759b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/user/user.service.server.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import type { User } from "@prisma/client";
import { Prisma } from "@prisma/client";
import { StatusCodes } from "http-status-codes";

import type { GitService } from "~/git/git.service";
import { HttpError } from "~/http-error.server";
import type { LicenseService } from "~/license/license.service";
import { Token } from "~/token";

Expand Down
2 changes: 0 additions & 2 deletions app/user/user.service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import type { Prisma } from "@prisma/client";
import type { UserService } from "./user.service.server";

import { createAppInjector } from "~/app-injector.server";
import { HttpError } from "~/http-error.server";
import { DEFAULT_SEATS_LIMIT } from "~/license/constants";
import { provideDb } from "~/test-utils/db.server";
import { Token } from "~/token";

Expand Down

0 comments on commit e9759b6

Please sign in to comment.