mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore(get-picker-data): comment a TODO for __no_cache ratelimit
This commit is contained in:
parent
a3cfe6d78a
commit
4d18c0da1e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export const GetPickerData = withSession(
|
|||
}
|
||||
|
||||
const guild = await getGuild(guildID, {
|
||||
skipCachePull: url.searchParams.has('__no_cache'),
|
||||
skipCachePull: url.searchParams.has('__no_cache'), // TODO: rate limit this
|
||||
});
|
||||
if (!guild) {
|
||||
return fail();
|
||||
|
|
Loading…
Add table
Reference in a new issue