Skip to content

Commit 044bb12

Browse files
github-actions[bot]BenTaylorDev
authored andcommitted
style: auto-fix formatting
1 parent 7234906 commit 044bb12

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

packages/web-inspector/src/lib/telemetry.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,11 @@ export function maybeShowDisclosure(): void {
157157
// module, keeping persistence.ts as an internal implementation detail.
158158
export { isTelemetryOptedOut, setTelemetryOptOut };
159159

160-
async function postBestEffort(url: string, body: string, distinctId: string): Promise<void> {
160+
async function postBestEffort(
161+
url: string,
162+
body: string,
163+
distinctId: string,
164+
): Promise<void> {
161165
if (typeof fetch === "undefined") return;
162166
const controller = new AbortController();
163167
const timeoutId = setTimeout(() => controller.abort(), FETCH_TIMEOUT_MS);

0 commit comments

Comments
 (0)