Skip to content

Commit

Permalink
Change default value of 0383be71d2d726233e09477973d44ac8338ea7ce9df10…
Browse files Browse the repository at this point in the history
…f4faca405d202d3306c to 4

related to Giveth/giveth-dapps-v2#4639
  • Loading branch information
mohammadranjbarz committed Sep 3, 2024
1 parent 4078ede commit 63fb1d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{
"name": "minEligibleValueUsd",
"type": "number",
"default": "5",
"default": "4",
"in": "query"
},
{
Expand Down Expand Up @@ -115,7 +115,7 @@
{
"name": "minEligibleValueUsd",
"type": "number",
"default": "5",
"default": "4",
"in": "query"
},
{
Expand Down Expand Up @@ -231,7 +231,7 @@
{
"name": "minEligibleValueUsd",
"type": "number",
"default": "5",
"default": "4",
"in": "query"
},
{
Expand Down Expand Up @@ -436,7 +436,7 @@
{
"name": "minEligibleValueUsd",
"type": "number",
"default": "5",
"default": "4",
"in": "query"
},
{
Expand Down

0 comments on commit 63fb1d0

Please sign in to comment.