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