Skip to content

Commit 4b693c0

Browse files
delucisastrobot-houston
authored andcommitted
[ci] format
1 parent e63e96b commit 4b693c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/web-vitals/src/endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-expect-error — AstrojsWebVitals requires type-gen which we can’t use.
2-
import { db, sql, AstrojsWebVitals_Metric } from 'astro:db';
2+
import { AstrojsWebVitals_Metric, db, sql } from 'astro:db';
33
import type { APIRoute } from 'astro';
44
import { ServerMetricSchema } from './schemas.js';
55

0 commit comments

Comments
 (0)