We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6fba4 commit c6b8cceCopy full SHA for c6b8cce
api/src/Accounts/resolvers.ts
@@ -5,7 +5,7 @@ import { Effect, Exit, Request, RequestResolver } from "effect"
5
import { Array, Option, pipe, S } from "effect-app"
6
import { ApiClientFactory, NotFoundError } from "effect-app/client"
7
import { type Schema } from "effect-app/Schema"
8
-import { IndexUsers } from "./IndexUsers.js"
+import { IndexUsers } from "./IndexUsers.request.js"
9
10
interface GetUserViewById extends Request.Request<UserView, NotFoundError<"User">> {
11
readonly _tag: "GetUserViewById"
0 commit comments