Skip to content

Commit

Permalink
Merge branch 'master' of github.com:diadata-org/diadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn-gif committed Sep 27, 2023
2 parents 0b860ce + 4793b9b commit 33a3633
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/http/graphqlServer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module graphqlServer
go 1.17

require (
github.com/diadata-org/diadata v1.4.376
github.com/diadata-org/diadata v1.4.379
github.com/graph-gophers/graphql-go v1.1.0
github.com/sirupsen/logrus v1.8.1
)
Expand Down
3 changes: 3 additions & 0 deletions pkg/graphql/resolver/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ func (r *DiaResolver) GetFeed(ctx context.Context, args struct {
// log.Errorln("Error getting filter", err)
// }
// }
log.Info("go into filters.------------------------------------------------------------")

switch filter {
// case "ema":
Expand Down Expand Up @@ -894,6 +895,8 @@ func (r *DiaResolver) castLocalFeedSelection(fs []FeedSelection) (dfs []dia.Feed
if len(pools) > 0 {
dfs = append(dfs, diaFeedSelection)
}
// Continue, i.e. ignore (possibly) given exchangepairs.
continue
}

// Parse exchanges.
Expand Down

0 comments on commit 33a3633

Please sign in to comment.