remove unused param
This commit is contained in:
parent
a5e50821b7
commit
71bbf34f36
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue