Skip to content

Commit 609063a

Browse files
QueryPoolPosition returns empty positions
1 parent c3da0ca commit 609063a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (s *APIWebServer) queryPoolPositions(c *gin.Context) {
101101
return
102102
}
103103

104-
resp := s.Views.QueryPoolPositions(chainId, base, quote, poolIdx, n, true)
104+
resp := s.Views.QueryPoolPositions(chainId, base, quote, poolIdx, n, false)
105105
wrapDataErrResp(c, resp, nil)
106106
}
107107

0 commit comments

Comments
 (0)