Skip to content

Push on main

Push on main #342

Triggered via dynamic June 28, 2024 22:02
Status Success
Total duration 1m 44s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 4 notices
Unused import: src/app/[locale]/(user)/user/[profileUrl]/page.client.tsx#L7
Unused import sanitizeHtml from 'sanitize-html'
Unused import: src/app/[locale]/(user)/user/[profileUrl]/page.client.tsx#L5
Unused import specifier useEffect
Unused local symbol: src/utils/server-api/system/getSessionCookie.ts#L14
Unused function getSessionCookie
Unused local symbol: src/components/ui/calendar.tsx#L58
Unused parameter props
Unused local symbol: src/app/[locale]/(main)/gallery/page.client.tsx#L12
Unused constant setCurrentPage
Unused local symbol: src/app/[locale]/(main)/users/page.tsx#L19
Unused parameter locale
Unused local symbol: src/components/ui/calendar.tsx#L57
Unused parameter props
Signature mismatch: src/app/api/user/logoutUser/route.js#L14
Argument type string is not assignable to parameter type any
Signature mismatch: src/app/api/user/logoutUser/route.js#L15
Argument type { path: string, expires: Date, domain: string, httpOnly: boolean, secure: boolean } is not assignable to parameter type any
Signature mismatch: src/app/api/user/logoutUser/route.js#L13
Argument type string is not assignable to parameter type any
Signature mismatch: src/app/[locale]/(account)/account/idcard/page.client.jsx#L129
Argument type { method: string, body: FormData } is not assignable to parameter type RequestInit \| undefined ... Type FormData is not assignable to type BodyInit \| null \| undefined Type FormData is not assignable to type ReadableStream\<any\> \| Blob \| ArrayBufferView \| ArrayBuffer \| FormData \| URLSearchParams \| string Type FormData is not assignable to type string