WIP: Successful Google Auth, broke pretty much everything else in the process
This commit is contained in:
@ -6,7 +6,7 @@ import { type Context } from 'koa';
|
||||
export default function pagination(options?: Object) {
|
||||
return async function paginationMiddleware(
|
||||
ctx: Context,
|
||||
next: () => Promise<void>
|
||||
next: () => Promise<*>
|
||||
) {
|
||||
const opts = {
|
||||
defaultLimit: 15,
|
||||
|
Reference in New Issue
Block a user