Skip to content

Commit 74c86ec

Browse files
committed
FIx path
1 parent f353e59 commit 74c86ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/scripts/find-tiptap-nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
select,
55
from,
66
where,
7-
} from '../shared/src/supabase/sql-builder'
7+
} from 'shared/supabase/sql-builder'
88
import { SupabaseDirectClient } from 'shared/supabase/init'
99

1010
runScript(async ({ pg }) => {

0 commit comments

Comments
 (0)