Effect: Port UpdateFolder
#3681
ci.yml
on: pull_request
Detect Changes
8s
Typecheck
1m 15s
Format (Biome)
8s
Format (Cargo)
13s
Lint (Biome)
14s
Matrix: Build Desktop
Annotations
5 errors
|
Format (Biome)
Process completed with exit code 1.
|
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck:
apps/web/app/api/erpc/route.ts#L9
Type 'Layer<Resource | S3Buckets | Database | Videos | VideosPolicy | Folders | SpacesPolicy | OrganisationsPolicy | ... 13 more ... | Handler<...>, ConfigError, any>' is not assignable to type 'Layer<DefaultServices | RpcSerialization | RpcAuthMiddleware | Handler<"FolderDelete"> | Handler<"FolderCreate"> | ... 4 more ... | Handler<...>, ConfigError, never>'.
|
|
Typecheck:
packages/web-backend/src/Folders/index.ts#L167
No overload matches this call.
|
|
Typecheck:
packages/web-backend/src/Folders/FoldersRpcs.ts#L7
Argument of type 'Effect<{ FolderDelete: (folderId: string & Brand<"FolderId">) => Effect<undefined, InternalError | PolicyDeniedError | NotFoundError, CurrentUser | Database>; FolderCreate: (data: { ...; }) => Effect<...>; FolderUpdate: (data: FolderUpdate) => Effect<...>; }, never, Folders>' is not assignable to parameter of type 'HandlersFrom<Rpc<"FolderDelete", brand<typeof String$, "FolderId">, typeof Void, Union<[typeof NotFoundError, typeof InternalError, typeof PolicyDeniedError]>, typeof RpcAuthMiddleware> | Rpc<...> | Rpc<...>> | Effect<...>'.
|