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
{{ message }}
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
The
ClassYear.getCurrent()uses a callback - it should return a "then-able" object so it can be used withasync/awaitand Promises. See below:Update all the locations this function is called in the application - do a find-all for
ClassYear.getCurrent.Also update the
ClassYear.getCurrentCodesfunction to return a "then-able" as well.