1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Code style

This commit is contained in:
nobody
2021-12-05 07:37:27 +01:00
parent 50bb1e91de
commit e8a121c51c

View File

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