Skip to content

Commit

Permalink
chore(collaborators): update import
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Oct 21, 2022
1 parent be6c4db commit 2c86357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/v2/authenticated/collaborators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import UserWithSiteSessionData from "@classes/UserWithSiteSessionData"
import { BaseIsomerError } from "@root/errors/BaseError"
import { attachSiteHandler } from "@root/middleware"
import { RequestHandler } from "@root/types"
import { UserDto } from "@root/types/dto /review"
import { UserDto } from "@root/types/dto/review"
import CollaboratorsService from "@services/identity/CollaboratorsService"

interface CollaboratorsRouterProps {
Expand Down

0 comments on commit 2c86357

Please sign in to comment.