Skip to content

Commit 96a77eb

Browse files
committed
Update utils.ts
1 parent 109b94e commit 96a77eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/static/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export function isS3ServiceConfigured() {
99
}
1010

1111
export function generateNewImageName(type: 'screenshot' | 'diff' | 'baseline'): string {
12-
return`${uuidAPIKey.create({ noDashes: true }).apiKey}.${type}.png`;
13-
}
12+
return `${uuidAPIKey.create({ noDashes: true }).apiKey}.${type}.png`;
13+
}

0 commit comments

Comments
 (0)