Skip to content

Commit

Permalink
todo symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
uv-orbs committed Mar 27, 2024
1 parent 8389146 commit 2f5e9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/rest/get_orders_for_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (h *Handler) GetSwapFills(w http.ResponseWriter, r *http.Request) {

logctx.Debug(r.Context(), "user trying to get their filled orders", logger.String("userId", user.Id.String()))

symbol := models.Symbol("MATIC-USDC")
symbol := models.Symbol("MATIC-USDC") // TODO: Get From Req and propegate
startAt, endAt := getStartEndTime(r)
fills, err := h.svc.GetSwapFills(r.Context(), user.Id, symbol, startAt, endAt)
if err != nil {
Expand Down

0 comments on commit 2f5e9b7

Please sign in to comment.