Replies: 1 comment 2 replies
-
There is no code in that repo.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to receive
ctx : Context
on my controllers, but it turns out that it lacks some fields compared toany
, such asctx.params
. I saw a similar issue where the issuer was told to usectx.request.url.searchParams
but it was always empty, even whenctx.params
wasn't. Is there a way to get it without using theany
type? I assume that I am missing something...If you want to take a look at the source code, it's in this project: https://github.com/dandeduck/weebify-leaderboard under the development branch
Beta Was this translation helpful? Give feedback.
All reactions