Skip to content

Commit 76c8e34

Browse files
changes done
1 parent 3e0bf44 commit 76c8e34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/plugins/seedInitialData.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ import {
88
communitiesTable,
99
communitiesTableInsertSchema,
1010
} from "~/src/drizzle/tables/communities";
11-
import {
12-
organizationMembershipsTable,
13-
organizationMembershipsTableInsertSchema,
14-
} from "~/src/drizzle/tables/organizationMemberships";
11+
import { organizationMembershipsTable } from "~/src/drizzle/tables/organizationMemberships";
1512
import {
1613
organizationsTable,
1714
organizationsTableInsertSchema,

0 commit comments

Comments
 (0)