parent
6e365bbd16
commit
51a4c5b2a3
|
@ -49,7 +49,7 @@ export const getRequestsVoted = {
|
||||||
|
|
||||||
export const getAllRequests = {
|
export const getAllRequests = {
|
||||||
name: "getAllRequests",
|
name: "getAllRequests",
|
||||||
text: "SELECT * FROM requests_vw() LIMIT $1"
|
text: "SELECT * FROM requests_vw LIMIT $1"
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getAllRequestsVoted = {
|
export const getAllRequestsVoted = {
|
||||||
|
|
Loading…
Reference in New Issue