mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-07 01:55:51 +08:00
fix admin/index
This commit is contained in:
@@ -1636,10 +1636,6 @@ async function sendWaitlistInvitation(entry: WaitlistEntryItem) {
|
||||
}
|
||||
}
|
||||
|
||||
function computeLogQuery() {
|
||||
const query: Record<string, any> = {
|
||||
page: logPagination.page,
|
||||
pageSize: logPagination.pageSize,
|
||||
async function fetchSessions(resetPage = false, options: { forceDetail?: boolean } = {}) {
|
||||
if (resetPage) {
|
||||
sessionPagination.page = 1
|
||||
|
||||
Reference in New Issue
Block a user