Commit acea6e5
committed
fix(RemoteAuth): pass session name to store.save instead of full path
syncs PR wwebjs#201660 fix that was missing from main-with-fixes-and-logs.
store.save() was using path.join(this.dataPath, this.sessionName) which
caused sessions to be saved under the local filesystem path as remote key.1 parent e967f3a commit acea6e5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
0 commit comments