mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
unnecessary quota check
This commit is contained in:
parent
97185964cb
commit
071dbc1c50
1 changed files with 0 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue