Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Mar 20, 2024
1 parent f0fc78c commit 98b982b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/db/src/runtime/config.ts
@@ -1,3 +1,4 @@
import { LibsqlError } from '@libsql/client';
import { sql as _sql } from 'drizzle-orm';
import type {
BooleanColumnInput,
Expand All @@ -9,7 +10,6 @@ import type {
TableConfig,
TextColumnOpts,
} from '../core/types.js';
import { LibsqlError } from '@libsql/client';

import type { LibSQLDatabase } from 'drizzle-orm/libsql';

Expand Down
@@ -1,5 +1,5 @@
import type { APIRoute } from 'astro';
import { db, Ingredient, isDbError } from 'astro:db';
import { Ingredient, db, isDbError } from 'astro:db';

export const GET: APIRoute = async () => {
try {
Expand Down

0 comments on commit 98b982b

Please sign in to comment.