You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, nextBusinessTime function, line 155 of src/index.ts file const nextBusinessDay = this.nextBusinessDay(); add one more day, works fine for me const nextBusinessDay = this;
Hi, nextBusinessTime function, line 155 of src/index.ts file
const nextBusinessDay = this.nextBusinessDay();add one more day, works fine for meconst nextBusinessDay = this;Check please