Skip to content

Commit 109d2e3

Browse files
authored
Fix return value in utils.js for specific condition
1 parent b9909ae commit 109d2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export async function get_version(headersList, url) {
2222
if (position_218 != -1) {
2323
return '2.18';
2424
}
25-
return '-1';
25+
return '2.18';
2626
}
2727

2828
/**

0 commit comments

Comments
 (0)