this includes fix for Resync button doesn't do anything
This commit is contained in:
parent
359ccfe431
commit
aa3ac642da
|
|
@ -47,7 +47,7 @@
|
|||
async function newSession() {
|
||||
inputs = null;
|
||||
|
||||
for(const [stepInfo, stepNumber] of Object.entries(STEPS)) {
|
||||
for(const [stepNumber, stepInfo] of Object.entries(STEPS)) {
|
||||
if(stepInfo.newSession) {
|
||||
await stepInfo.newSession.call(stepInfo);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue