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 Aug 30, 2024. It is now read-only.
When creating the api url, we have a mix of
fmt.Sprintf("%s")
and string concatenation. We should flatten this to be consistent across the codebase.Ref: #113 (comment)
cc @tychoish
The text was updated successfully, but these errors were encountered: