remove unused param

This commit is contained in:
keyan 2023-12-14 12:01:09 -06:00
parent a5e50821b7
commit 71bbf34f36
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ export default {
return count
},
items: async (parent, { sub, sort, type, cursor, name, when, from, to, by, limit = LIMIT }, { me, models, headers }) => {
items: async (parent, { sub, sort, type, cursor, name, when, from, to, by, limit = LIMIT }, { me, models }) => {
const decodedCursor = decodeCursor(cursor)
let items, user, pins, subFull, table