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
Once okTurtles/group-income#1740 is merged, the events will no longer be returned in reverse order, so we should no longer call .reverse() in eventsAfter.ts.
Solution
After that PR is merged, update evensAfter.ts to remove the two calls to .reverse().
The text was updated successfully, but these errors were encountered:
Problem
Once okTurtles/group-income#1740 is merged, the events will no longer be returned in reverse order, so we should no longer call
.reverse()
ineventsAfter.ts
.Solution
After that PR is merged, update
evensAfter.ts
to remove the two calls to.reverse()
.The text was updated successfully, but these errors were encountered: