mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
move license back to original place
This commit is contained in:
parent
17485e6d19
commit
1343ce19b8
@ -2,7 +2,7 @@
|
||||
|
||||
const { pick, isEqual } = require('lodash/fp');
|
||||
|
||||
const { readLicense, verifyLicense, fetchLicense, LicenseCheckError } = require('./utils/license');
|
||||
const { readLicense, verifyLicense, fetchLicense, LicenseCheckError } = require('./license');
|
||||
const { shiftCronExpression } = require('../lib/utils/cron');
|
||||
|
||||
const ONE_MINUTE = 1000 * 60;
|
||||
|
||||
@ -4,7 +4,7 @@ const fs = require('fs');
|
||||
const { join } = require('path');
|
||||
const crypto = require('crypto');
|
||||
|
||||
const machineId = require('../../lib/utils/machine-id');
|
||||
const machineId = require('../lib/utils/machine-id');
|
||||
|
||||
const DEFAULT_FEATURES = {
|
||||
bronze: [],
|
||||
Loading…
x
Reference in New Issue
Block a user