Clean up type errors and get docker build into better state
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user