You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
$ npm run build
src/controllers/chat.ts:16:12 - error TS7006: Parameter 'c' implicitly has an 'any' type.
16 ).map((c) => serializePrisma(c));
~
src/controllers/chat.ts:42:12 - error TS7006: Parameter 'm' implicitly has an 'any' type.
42 ).map((m) => serializePrisma(m));
~
src/controllers/message.ts:20:12 - error TS7006: Parameter 'm' implicitly has an 'any' type.
20 ).map((m) => serializePrisma(m));
~
Found 3 errors in 2 files.
Errors Files
2 src/controllers/chat.ts:16
1 src/controllers/message.ts:20
The text was updated successfully, but these errors were encountered: