fix:article get

This commit is contained in:
Rama Priyanto 2026-02-12 11:51:22 +07:00
parent 75e6981df0
commit d241e3fce6
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ export async function getListArticleAdminPage(props: PaginationRequest) {
}&category=${categorySlug || ""}&isBanner=${isBanner || ""}&categoryIds=${
categoryIds || ""
}&createdByIds=${createdByIds || ""}`,
headers,
);
}