mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
update key name
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
This commit is contained in:
parent
76544f5d0b
commit
2ff0bfe75e
@ -53,7 +53,7 @@ module.exports = ({ dir, logger = noLog }) => {
|
||||
|
||||
const licenseInfo = JSON.parse(content);
|
||||
|
||||
if (licenseInfo.expire_at < new Date().getTime()) {
|
||||
if (licenseInfo.expireAt < new Date().getTime()) {
|
||||
return warnAndReturn('License expired');
|
||||
}
|
||||
} catch (err) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user