Skip to content

Commit 06af5fe

Browse files
committed
fix: avscan in progress check
1 parent 55f7fae commit 06af5fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/utils/tc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export function safeForDownload(url) {
320320
return 'Malware found in submission';
321321
}
322322

323-
if (url.toLowerCase().indexOf('submissions-dmz/') === -1) {
323+
if (url.toLowerCase().indexOf('submissions-dmz/') !== -1) {
324324
return 'AV Scan in progress';
325325
}
326326

0 commit comments

Comments
 (0)