Revert "refactor: paginationの型を明示する (#12809)" (#12810)

This reverts commit 6855079811.
This commit is contained in:
GrapeApple0 2023-12-27 15:55:09 +09:00 committed by Marie
parent 08cd5ef8f5
commit 5e0eb76d3b
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
37 changed files with 93 additions and 93 deletions

View file

@ -135,7 +135,7 @@ import { iAmModerator, iAmAdmin } from '@/account.js';
import { definePageMetadata } from '@/scripts/page-metadata.js';
import { i18n } from '@/i18n.js';
import MkUserCardMini from '@/components/MkUserCardMini.vue';
import MkPagination, { Paging } from '@/components/MkPagination.vue';
import MkPagination from '@/components/MkPagination.vue';
import { getProxiedImageUrlNullable } from '@/scripts/media-proxy.js';
import { dateString } from '@/filters/date.js';
@ -162,7 +162,7 @@ const usersPagination = {
hostname: props.host,
},
offsetMode: true,
} satisfies Paging;
};
async function fetch(): Promise<void> {
if (iAmAdmin) {