fixup: delay not awaited, but not needed for now

This commit is contained in:
Bruno Windels 2019-07-29 19:53:30 +02:00
parent e23abe209f
commit 88a7d64091

View File

@ -22,7 +22,6 @@ export class RateLimitingBackoff {
async waitForNextSend() {
// this._remainingRateLimitedRequest = Math.max(0, this._remainingRateLimitedRequest - 1);
Platform.delay(1000);
}
}