We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109b94e commit 96a77ebCopy full SHA for 96a77eb
src/static/utils.ts
@@ -9,5 +9,5 @@ export function isS3ServiceConfigured() {
9
}
10
11
export function generateNewImageName(type: 'screenshot' | 'diff' | 'baseline'): string {
12
- return`${uuidAPIKey.create({ noDashes: true }).apiKey}.${type}.png`;
13
- }
+ return `${uuidAPIKey.create({ noDashes: true }).apiKey}.${type}.png`;
+}
0 commit comments