diff --git a/src/queries.ts b/src/queries.ts index aefab8b..4f1d3a5 100644 --- a/src/queries.ts +++ b/src/queries.ts @@ -49,7 +49,7 @@ export const getRequestsVoted = { export const getAllRequests = { name: "getAllRequests", - text: "SELECT * FROM requests_vw() LIMIT $1" + text: "SELECT * FROM requests_vw LIMIT $1" } export const getAllRequestsVoted = {