move license back to original place

This commit is contained in:
Ben Irvin 2023-05-12 13:46:07 +02:00
parent 17485e6d19
commit 1343ce19b8
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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: [],