Skip to content

Commit c578816

Browse files
committed
fix
1 parent f248241 commit c578816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/Accounts/resolvers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Effect, Exit, Request, RequestResolver } from "effect"
55
import { Array, Option, pipe, S } from "effect-app"
66
import { ApiClientFactory, NotFoundError } from "effect-app/client"
77
import { type Schema } from "effect-app/Schema"
8-
import { IndexUsers } from "./IndexUsers.js"
8+
import { IndexUsers } from "./IndexUsers.request.js"
99

1010
interface GetUserViewById extends Request.Request<UserView, NotFoundError<"User">> {
1111
readonly _tag: "GetUserViewById"

0 commit comments

Comments
 (0)