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
The exported function from src/compute-shortname.js takes a URL or a shortname. On top of making the code slightly confusing, it makes it impossible to base logic on the URL itself, since it may not be what the function gets. Function should rather updated to take a URL and a possible shortname.
The text was updated successfully, but these errors were encountered:
Via bb940c2
The exported function from
src/compute-shortname.js
takes a URL or a shortname. On top of making the code slightly confusing, it makes it impossible to base logic on the URL itself, since it may not be what the function gets. Function should rather updated to take a URL and a possible shortname.The text was updated successfully, but these errors were encountered: