Skip to content

Commit

Permalink
Makes all the query ops the correct type.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Phillips committed Nov 17, 2015
1 parent 533e6fc commit e3ef204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consul/structs/prepared_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ type PreparedQueryOp string

const (
PreparedQueryCreate PreparedQueryOp = "create"
PreparedQueryUpdate = "update"
PreparedQueryDelete = "delete"
PreparedQueryUpdate PreparedQueryOp = "update"
PreparedQueryDelete PreparedQueryOp = "delete"
)

// QueryRequest is used to create or change prepared queries.
Expand Down

0 comments on commit e3ef204

Please sign in to comment.