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.mjs CHANGED
@@ -210,7 +210,7 @@ var _Authentication = class _Authentication {
210
210
  this.client = EdmaxLabs.instance;
211
211
  this.app = new EdmaxLabs({
212
212
  token: "auth",
213
- project: this.client.getConfig().project
213
+ project: "6922d5982b23ae6a12e51d85"
214
214
  });
215
215
  _Authentication.instance = this;
216
216
  this.restoreSession();