ru102js
ru102js copied to clipboard
Removed async call to pipeline georadius method
The method georadiusAsync was called on the pipeline setOperationsPipeline when it should be georadius. Even though both yielded the same results (verified via the relevant tests), the naming caused a bit of confusion since none of the methods available on the pipeline has an async counterpart.