mirror of https://github.com/dapr/docs.git
forgot one more change
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
43428ce150
commit
064744bd0d
|
|
@ -995,7 +995,7 @@ func main() {
|
||||||
}
|
}
|
||||||
ops = append(ops, op1, op2)
|
ops = append(ops, op1, op2)
|
||||||
meta := map[string]string{}
|
meta := map[string]string{}
|
||||||
err := testClient.ExecuteStateTransaction(ctx, store, meta, ops)
|
err = client.ExecuteStateTransaction(ctx, STATE_STORE_NAME, meta, ops)
|
||||||
|
|
||||||
log.Println("Result after get:", string(result.Value))
|
log.Println("Result after get:", string(result.Value))
|
||||||
time.Sleep(2 * time.Second)
|
time.Sleep(2 * time.Second)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue