Effect: Port UpdateFolder
#3682
ci.yml
on: pull_request
Detect Changes
6s
Typecheck
1m 15s
Format (Biome)
10s
Format (Cargo)
9s
Lint (Biome)
11s
Matrix: Build Desktop
Annotations
7 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/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<...>'.
|
|
CI
Canceling since a higher priority waiting request for effect-upload-folder exists
|
|
Build Desktop (x86_64-pc-windows-msvc, windows-latest)
The operation was canceled.
|
|
Build Desktop (x86_64-pc-windows-msvc, windows-latest)
Canceling since a higher priority waiting request for effect-upload-folder exists
|