|
@@ -119,9 +119,9 @@ func (s *Server) apply(ctx context.Context, e raft.Entry) (*store.Event, error)
|
|
|
return s.st.Create(r.Path, r.Dir, r.Val, true, expr)
|
|
return s.st.Create(r.Path, r.Dir, r.Val, true, expr)
|
|
|
return s.st.Update(r.Path, r.Val, expr)
|
|
return s.st.Update(r.Path, r.Val, expr)
|