Skip to content
Snippets Groups Projects
Unverified Commit f76e5f4c authored by Cam Saul's avatar Cam Saul
Browse files

Make sure to wrap (trs) in (str) to convert to string

parent a27c9ccb
No related merge requests found
......@@ -75,7 +75,7 @@
" "
(.getMessage e))})))
fetch-token-status-timeout-ms
{:valid false, :status (tru "Token validation timed out.")}))
{:valid false, :status (str (tru "Token validation timed out."))}))
(def ^:private ^{:arglists '([token])} fetch-token-status
"TTL-memoized version of `fetch-token-status*`. Caches API responses for 5 minutes. This is important to avoid making
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment