Skip to content

feat: start of recent changes, see #5 #13

feat: start of recent changes, see #5

feat: start of recent changes, see #5 #13

Triggered via push March 5, 2024 21:43
Status Failure
Total duration 39s
Artifacts

deployment.yml

on: push
🎫 Prepare
12s
🎫 Prepare
⬣ ESLint
10s
⬣ ESLint
ʦ TypeScript
10s
ʦ TypeScript
✨Prettier
7s
✨Prettier
🐳 Build
0s
🐳 Build
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ʦ TypeScript: app/lib/dashboard/recent-changes.tsx#L9
Type '(meta: string) => Promise<({ entry: { asset: { id: string; name: string; icon: string; slug: string; singular: string; plural: string; nameFieldId: string; }; } & { id: string; assetId: string; deleted: boolean; createdAt: Date; updatedAt: Date; }; } & { ...; })[]>' is not assignable to type '(meta: string) => Promise<{ id: string; title: string; updatedAt: string; }[]>'.
ʦ TypeScript
Process completed with exit code 2.
⬣ ESLint: app/lib/dashboard/recent-changes.tsx#L9
'meta' is defined but never used
⬣ ESLint: app/lib/dashboard/recent-documents.tsx#L9
'meta' is defined but never used
⬣ ESLint: app/lib/dashboard/recent-documents.tsx#L17
Unexpected any. Specify a different type
⬣ ESLint: app/routes/app.dashboard.tsx#L32
'user' is assigned a value but never used
⬣ ESLint
Process completed with exit code 1.