Skip to content

Commit ff4aff9

Browse files
committed
Fix formatting
1 parent 57932a6 commit ff4aff9

File tree

1 file changed

+10
-10
lines changed
  • src/content/docs/workers/development-testing

1 file changed

+10
-10
lines changed

src/content/docs/workers/development-testing/index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -363,16 +363,16 @@ let mf: Miniflare | null;
363363
let remoteProxySessionDetails: Awaited<ReturnType<typeof maybeStartOrUpdateRemoteProxySession>> | null = null;
364364

365365
async function startOrUpdateDevSession() {
366-
remoteProxySessionDetails = await maybeStartOrUpdateRemoteProxySession({
367-
bindings: {
368-
MY_KV: {
369-
type: 'kv_namespace',
370-
id: 'kv-id',
371-
remote: true,
372-
}
373-
}
374-
},
375-
remoteProxySessionDetails
366+
remoteProxySessionDetails = await maybeStartOrUpdateRemoteProxySession({
367+
bindings: {
368+
MY_KV: {
369+
type: 'kv_namespace',
370+
id: 'kv-id',
371+
remote: true,
372+
}
373+
}
374+
},
375+
remoteProxySessionDetails
376376
);
377377

378378
const miniflareOptions: MiniflareOptions = {

0 commit comments

Comments
 (0)