increase stories limit
This commit is contained in:
parent
f968ab7954
commit
a77d224c09
@ -2,7 +2,7 @@ import { UserInputError, AuthenticationError } from 'apollo-server-micro'
|
|||||||
import { ensureProtocol } from '../../lib/url'
|
import { ensureProtocol } from '../../lib/url'
|
||||||
import serialize from './serial'
|
import serialize from './serial'
|
||||||
|
|
||||||
const LIMIT = 5
|
const LIMIT = 21
|
||||||
|
|
||||||
async function comments (models, id) {
|
async function comments (models, id) {
|
||||||
const flat = await models.$queryRaw(`
|
const flat = await models.$queryRaw(`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user