Maintenance #2209
Annotations
5 errors and 3 warnings
|
typecheck
Process completed with exit code 1.
|
|
typecheck:
src/discord/commands.ts#L122
Argument of type 'H3Event<EventHandlerRequest>' is not assignable to parameter of type 'Env'.
|
|
test
Process completed with exit code 1.
|
|
[cf-worker] src/routes/v1/discord.test.ts > pOST /api/discord/callback > returns 200 and saves guild data:
src/routes/v1/discord.test.ts#L42
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ src/routes/v1/discord.test.ts:42:29
|
|
[cf-worker] src/routes/v1/discord.test.ts > pOST /api/discord/callback > returns 400 on missing parameters:
src/routes/v1/discord.test.ts#L15
AssertionError: expected 500 to be 400 // Object.is equality
- Expected
+ Received
- 400
+ 500
❯ src/routes/v1/discord.test.ts:15:29
|
|
typecheck
Failed to save: Unable to reserve cache with key pnpm-cache-Linux-x64-7057116a77fab771df7e4202998be4b061579ba871c76379151947284d2b8671, another job may be creating this cache.
|
|
test
Failed to save: Unable to reserve cache with key pnpm-cache-Linux-x64-7057116a77fab771df7e4202998be4b061579ba871c76379151947284d2b8671, another job may be creating this cache.
|
|
lint
Failed to save: Unable to reserve cache with key pnpm-cache-Linux-x64-7057116a77fab771df7e4202998be4b061579ba871c76379151947284d2b8671, another job may be creating this cache.
|