Skip to content

Commit

Permalink
Added missing type, which is a required element
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Koelman committed Sep 13, 2021
1 parent 19ab9ea commit 16ec48a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,23 @@ public async Task Cannot_process_more_operations_than_maximum()
op = "add",
data = new
{
type = "performers"
}
},
new
{
op = "remove",
data = new
{
type = "performers"
}
},
new
{
op = "update",
data = new
{
type = "performers"
}
}
}
Expand Down

0 comments on commit 16ec48a

Please sign in to comment.