Code style

This commit is contained in:
nobody 2021-12-05 07:37:27 +01:00
parent 50bb1e91de
commit e8a121c51c
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ targets.setLastVersion = function (type, version) {
} else if (version === null) {
return 'latest';
}
return false;
return '';
};
targets.determineResourceName = function (filename) {