Skip to content

Commit fafac33

Browse files
fix lint
1 parent d1648ca commit fafac33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConfigurationClientManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export class ConfigurationClientManager {
152152
console.warn(`Failed to build fallback clients, ${error.message}`);
153153
this.#lastFallbackClientRefreshTime = Date.now();
154154
return; // swallow the error when srv query fails
155-
}
155+
}
156156

157157
const srvTargetHosts = shuffleList(result);
158158
const newDynamicClients: ConfigurationClientWrapper[] = [];

0 commit comments

Comments
 (0)