mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 09:09:10 +00:00
add an instant cache refresh to the editor
This commit is contained in:
parent
68b2b7323b
commit
0836d548b2
6 changed files with 66 additions and 11 deletions
|
@ -12,7 +12,7 @@ export const guildsGuild: RoleypolyHandler = async (
|
|||
request: Request,
|
||||
context: Context
|
||||
) => {
|
||||
const { noCache } = getQuery(request);
|
||||
const { __no_cache: noCache } = getQuery(request);
|
||||
const guild = await getGuild(context.config, context.params!.guildId!, !!noCache);
|
||||
|
||||
if (!guild) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue