When I programatically create a batch and add requests to it from a for loop, if I dont add any request, and try to launch the batch, I get an error: ` Uncaught TypeError: Cannot read property 'then' of null` Shouldn't it simply execute and return an empty result ?