mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 17:01:13 +03:00
lint
This commit is contained in:
@@ -175,7 +175,7 @@ describe('/upload', () => {
|
||||
});
|
||||
|
||||
it('overwrite partial duplicate if conventional upload', { timeout: 1000 }, async () => {
|
||||
const content = randomBytes(10240);
|
||||
const content = randomBytes(10_240);
|
||||
|
||||
const checksum = createHash('sha1').update(content).digest('base64');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user