@deathnaitsa/wa-api 1.0.33 → 1.0.34
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/Socket/index.js +1 -1
- package/package.json +1 -1
package/dist/Socket/index.js
CHANGED
|
@@ -292,7 +292,7 @@ const getAllSessionData = () => {
|
|
|
292
292
|
exports.getAllSessionData = getAllSessionData;
|
|
293
293
|
|
|
294
294
|
async function loadSessionsFromStorage() {
|
|
295
|
-
const dirPath = path_1.resolve(CREDENTIALS.DIR_NAME);
|
|
295
|
+
const dirPath = path_1.resolve(Defaults_1.CREDENTIALS.DIR_NAME);
|
|
296
296
|
const loadedSessions = [];
|
|
297
297
|
|
|
298
298
|
// Ordner anlegen, falls nicht existiert
|