1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2024-12-23 00:25:15 +01:00

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

View File

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