Skip to content

Commit

Permalink
Fix staticcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
trzysiek committed May 21, 2024
1 parent da2fe90 commit bd3e400
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quesma/model/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ type Query struct {
Metadata JsonMap
}

/*
type subQuery struct {
sql string
innerJoin string
Expand All @@ -58,6 +59,8 @@ type subQuery struct {
func newSubQuery(sql, innerJoin, name string) subQuery {
return subQuery{sql: sql, innerJoin: innerJoin, name: name}
}
erase if still not used after 'respect size in aggregations' issue
*/

var NoMetadataField JsonMap = nil

Expand Down

0 comments on commit bd3e400

Please sign in to comment.