Skip to content

Commit

Permalink
fix db types
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Jan 28, 2024
1 parent e7cc576 commit 12f523d
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 232 deletions.
3 changes: 1 addition & 2 deletions src/app.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { Database } from '$lib/supabase/database';
import { Session, SupabaseClient } from '@supabase/supabase-js';

import { Database } from './DatabaseDefinitions';

declare global {
namespace App {
interface Locals {
Expand Down
Loading

0 comments on commit 12f523d

Please sign in to comment.