Clean up type errors and get docker build into better state

This commit is contained in:
Mike Conrad
2025-05-19 13:48:47 -04:00
parent 7fa503897c
commit 7ffe4d2825
6 changed files with 14 additions and 9 deletions

View File

@ -135,7 +135,7 @@ function parseSentryLinkHeader(header:string): SentryPagination {
}, {} as Record<string, any>)
}
function buildPaginationLinks(meta) {
function buildPaginationLinks(meta: { previousPageUrl: string, lastPage: number; currentPage: number; nextPageUrl: string}) {
const links = []
// Previous