Skip to content

Commit

Permalink
Add support for multiple mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 committed Oct 24, 2019
1 parent 97c5bca commit cf43b07
Show file tree
Hide file tree
Showing 6 changed files with 414 additions and 395 deletions.
2 changes: 1 addition & 1 deletion edgraph/access_ee.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ func ResetAcl() {
},
}

_, err = (&Server{}).doMutate(context.Background(), req, NoAuthorize)
_, err = (&Server{}).doQuery(context.Background(), req, NoAuthorize)
if err != nil {
return err
}
Expand Down
Loading

0 comments on commit cf43b07

Please sign in to comment.