Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Camillo Bucciarelli committed May 6, 2024
1 parent b9df491 commit 454a982
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/src/api/http/user/user.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { IdPathParam } from "../shared/shared.type";
import { $userSchemasRef, userSchemas } from "./user.schema";
import { updateUserRoles, userExists } from "../../../services/user";
import { CustomClaims } from "../../../models/user.types";
import { $paginationSchemasRef } from "../pagination/pagination.schema";

const prefix = "/user";

Expand Down

0 comments on commit 454a982

Please sign in to comment.