mirror of
https://github.com/immich-app/immich.git
synced 2026-06-12 19:11:52 -07:00
linting
This commit is contained in:
@@ -71,8 +71,8 @@ export class VideoStreamController {
|
||||
) {
|
||||
try {
|
||||
headers = HlsSegmentHeaderDto.create(headers);
|
||||
} catch (err) {
|
||||
throw new ZodValidationException(err);
|
||||
} catch (error) {
|
||||
throw new ZodValidationException(error);
|
||||
}
|
||||
await sendFile(
|
||||
res,
|
||||
|
||||
Reference in New Issue
Block a user