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 5, 2024. It is now read-only.
src/background/api/filesystem.ts:115:30 - error TS2345: Argument of type 'File[] | EditableFileWithPreflightInfo[]' is not assignable to parameter of type 'File[]'.
Type 'EditableFileWithPreflightInfo[]' is not assignable to type 'File[]'.
Type 'EditableFileWithPreflightInfo' is not assignable to type 'File'.
115 handleMultipleApiActions(files, apiCall, ApiActionType.UPLOAD)
~~~~~
The text was updated successfully, but these errors were encountered:
WebApp/src/background/api/filesystem.ts
Line 115 in 8baf93c
The text was updated successfully, but these errors were encountered: