chore(get-picker-data): comment a TODO for __no_cache ratelimit

This commit is contained in:
41666 2021-07-09 07:06:24 -05:00
parent a3cfe6d78a
commit 4d18c0da1e

View file

@ -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();