edmaxlabs-core 2.4.8 → 2.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -242,7 +242,7 @@ var _Authentication = class _Authentication {
242
242
  this.client = EdmaxLabs.instance;
243
243
  this.app = new EdmaxLabs({
244
244
  token: "auth",
245
- project: this.client.getConfig().project
245
+ project: "6922d5982b23ae6a12e51d85"
246
246
  });
247
247
  _Authentication.instance = this;
248
248
  this.restoreSession();