We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6ecbd commit 5ec135bCopy full SHA for 5ec135b
packages/shared/sdk-client/src/polling/PollingProcessor.ts
@@ -31,7 +31,7 @@ export default class PollingProcessor implements subsystem.LDStreamProcessor {
31
private readonly _dataHandler: (flags: Flags) => void,
32
private readonly _errorHandler?: PollingErrorHandler,
33
private readonly _logger?: LDLogger,
34
- ) { }
+ ) {}
35
36
private async _poll() {
37
if (this._stopped) {
0 commit comments