Skip to content

Commit fe0c475

Browse files
ci: apply automated fixes
1 parent 77873ed commit fe0c475

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/core/src/connectivity-client.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,11 @@ export class ConnectivityClient {
292292
this.#pendingGraceReason = undefined;
293293
this.#pendingGraceTimerId = null;
294294
if (this.#state.status !== newStatus) {
295-
this.#commitStatusChange(newStatus, latestReason, this.#state.quality);
295+
this.#commitStatusChange(
296+
newStatus,
297+
latestReason,
298+
this.#state.quality,
299+
);
296300
}
297301
}, this.#gracePeriodMs);
298302
return;

0 commit comments

Comments
 (0)