1
0
Fork 0

Fix 'timings' JSON tag

master
Philip O Toole 9 years ago
parent 71f5789167
commit 1a16588450

@ -55,7 +55,7 @@ type command struct {
Typ commandType `json:"typ,omitempty"`
Tx bool `json:"tx,omitempty"`
Queries []string `json:"queries,omitempty"`
Timings bool `json:"timings",omitempty"`
Timings bool `json:"timings,omitempty"`
}
// Store is a SQLite database, where all changes are made via Raft consensus.

Loading…
Cancel
Save