mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
lint
This commit is contained in:
parent
63ff2e22d0
commit
3e6a4f2417
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue