mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 09:20:22 +08:00
Fix user group options cache busting
This commit is contained in:
@@ -262,6 +262,7 @@ export interface GetAllUsersOptions {
|
||||
skip?: number
|
||||
limit?: number
|
||||
cacheTtlMs?: number
|
||||
cacheKeySuffix?: string
|
||||
}
|
||||
|
||||
export interface AdminUsersListResponse {
|
||||
@@ -308,6 +309,7 @@ export const usersApi = {
|
||||
options.group_id ?? '',
|
||||
options.skip ?? '',
|
||||
options.limit ?? '',
|
||||
options.cacheKeySuffix ?? '',
|
||||
].join(':')
|
||||
|
||||
return cachedRequest(
|
||||
|
||||
Reference in New Issue
Block a user