Fix MAC location

This commit is contained in:
2021-07-30 18:32:25 -05:00
parent 7fe1420876
commit d428445f00
4 changed files with 15 additions and 22 deletions

View File

@@ -13,5 +13,4 @@ export const setCustomEncryption = (ce) => {
export const instance_id = uuidv4();
export const package_json = _package_json;
export const get_version = () =>
process.env.REPERTORY_JS_FORCE_VERSION || _package_json.version;
export const get_version = () => _package_json.version;