mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 19:12:11 -08:00
unnecessary quota check
This commit is contained in:
@@ -157,8 +157,6 @@ export class AssetUploadService extends BaseService {
|
||||
return;
|
||||
}
|
||||
|
||||
this.validateQuota(req.auth, newLength);
|
||||
|
||||
if (contentLength === 0 && !isComplete) {
|
||||
this.setCompleteHeader(res, version, false);
|
||||
res.status(204).setHeader('Upload-Offset', expectedOffset.toString()).send();
|
||||
|
||||
Reference in New Issue
Block a user