mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
buildVersion from commondefines.js instead license.js
This commit is contained in:
@ -128,5 +128,3 @@ function* _updateFileState(state) {
|
||||
const val = constants.PACKAGE_TYPE_OS === oPackageType ? redisKeyLicense : (state ? new Date(1) : new Date());
|
||||
yield utils.promiseRedis(redisClient, redisClient.hset, redisKeyLicense, redisKeyLicense, val);
|
||||
}
|
||||
exports.buildVersion = buildVersion;
|
||||
exports.buildNumber = buildNumber;
|
||||
|
||||
Reference in New Issue
Block a user