diff --git a/src/rest/client.v b/src/rest/client.v index e7b967e..0f5c9dc 100644 --- a/src/rest/client.v +++ b/src/rest/client.v @@ -6,7 +6,7 @@ const ratelimit_timeout = 30 [heap] struct RestClient { - token string + token string } [params]