Skip to content

Commit

Permalink
fix: bug (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar authored Oct 31, 2024
1 parent 3ca5000 commit acd48c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ useEffect(() => {
}, [snapshot]);

function fetchApprovedRfpProposals() {
const queryName = "${REPL_RFP_INDEXER_QUERY_NAME}";
const queryName = "${REPL_PROPOSAL_QUERY_NAME}";
const query = `query GetLatestSnapshot($offset: Int = 0, $limit: Int = 10, $where: ${queryName}_bool_exp = {}) {
${queryName}(
offset: $offset
Expand Down

0 comments on commit acd48c1

Please sign in to comment.