mirror of
https://github.com/FlipsideCrypto/flip-rpc-client-go.git
synced 2026-02-06 10:56:45 +00:00
omit empty error in dynamic query resp
This commit is contained in:
parent
5f856e6c55
commit
1ead002d59
@ -11,7 +11,7 @@ type ExecuteDynamicQueryResponse struct {
|
||||
Results []interface{} `mapstructure:"results" json:"results"`
|
||||
ResultCount int `mapstructure:"result_count" json:"result_count"`
|
||||
CompiledSQL string `mapstructure:"compiled_sql" json:"compiled_sql,omitempty"`
|
||||
Error string `mapstructure:"error,omitempty" json:"error"`
|
||||
Error string `mapstructure:"error,omitempty" json:"error,omitempty"`
|
||||
}
|
||||
|
||||
// ExecuteDynamicQuery returns the query results
|
||||
|
||||
Loading…
Reference in New Issue
Block a user