Closed fkollmann closed 2 years ago
The original examples shows to call batch.Commit(). However, batch.Jobs() already calls it and the example code will cause an error stating that the batch has already been committed.
batch.Commit()
batch.Jobs()
Remove the line which is not required.
The original examples shows to call
batch.Commit()
. However,batch.Jobs()
already calls it and the example code will cause an error stating that the batch has already been committed.Remove the line which is not required.