Skip to content

Chore: remove unnecessary comments #887

Chore: remove unnecessary comments

Chore: remove unnecessary comments #887

Triggered via push November 14, 2025 12:34
Status Failure
Total duration 44s
Artifacts
Matrix: commands-unit-tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors
commands-unit-tests (ubuntu-latest)
Process completed with exit code 2.
commands-unit-tests (ubuntu-latest): src/services/database/drive-folder/drive-folder.domain.ts#L56
Type '{ id: number; name: string; uuid: string; status: "EXISTS" | "TRASHED"; parentId: number | null; parentUuid: string | null; createdAt: Date; updatedAt: Date; encryptedName: string; bucket: null; }' is not assignable to type 'DriveFolderItem'.
commands-unit-tests (ubuntu-latest): src/services/database/drive-file/drive-file.domain.ts#L80
Type '{ id: number; name: string; type: string | undefined; uuid: string; fileId: string; folderId: number; folderUuid: string; bucket: string; createdAt: Date; updatedAt: Date; size: number; status: "EXISTS" | ... 1 more ... | "DELETED"; creationTime: Date; modificationTime: Date; }' is not assignable to type 'DriveFileItem'.
commands-unit-tests (windows-latest)
The strategy configuration was canceled because "commands-unit-tests.ubuntu-latest" failed
commands-unit-tests (windows-latest)
The operation was canceled.
commands-unit-tests (macos-latest)
The strategy configuration was canceled because "commands-unit-tests.ubuntu-latest" failed
commands-unit-tests (macos-latest)
The operation was canceled.