Fix embedded meta in dispatch response

This commit is contained in:
Alex Dadgar
2017-02-16 15:47:36 -08:00
parent e9d8a6aa72
commit 11e9a10378
2 changed files with 1 additions and 3 deletions

View File

@@ -465,5 +465,5 @@ type JobDispatchResponse struct {
EvalID string
EvalCreateIndex uint64
JobCreateIndex uint64
QueryMeta
WriteMeta
}

View File

@@ -370,8 +370,6 @@ region is used; another region can be specified using the `?region=` query param
```javascript
{
"KnownLeader": false,
"LastContact": 0,
"Index": 13,
"JobCreateIndex": 12,
"EvalCreateIndex": 13,