We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fef9e commit 2ef541eCopy full SHA for 2ef541e
src/graphql/operations/proposals.ts
@@ -105,7 +105,7 @@ export default async function (parent, args) {
105
FROM proposals p
106
INNER JOIN spaces ON spaces.id = p.space
107
LEFT JOIN skins ON spaces.id = skins.id
108
- WHERE spaces.settings IS NOT NULL ${queryStr} ${searchSql}
+ WHERE 1=1 ${queryStr} ${searchSql}
109
ORDER BY ${orderBy} ${orderDirection}, p.id ASC LIMIT ?, ?
110
`;
111
params.push(skip, first);
0 commit comments