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
In #750, we found that there are two WebSOC caches. It turns out that a large part of course-helpers.ts is duplicated in helpers.ts. I vaguely remember extracting part of helpers into course-helpers, but I probably forgot to delete the old stuff.
As an aside, IMO, helpers.ts should be split up into multiple namespaces, whether that be different files, classes, or both.
The text was updated successfully, but these errors were encountered:
In #750, we found that there are two WebSOC caches. It turns out that a large part of
course-helpers.ts
is duplicated inhelpers.ts
. I vaguely remember extracting part of helpers into course-helpers, but I probably forgot to delete the old stuff.As an aside, IMO,
helpers.ts
should be split up into multiple namespaces, whether that be different files, classes, or both.The text was updated successfully, but these errors were encountered: