Skip to content

Commit 635f6db

Browse files
committed
no seed
1 parent ee2ca5a commit 635f6db

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sitio/src/lib/db/seedHistoricLikes.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export async function seedHistoricLikes(
3535
console.timeEnd("seedHistoricLikes");
3636
}
3737

38-
await seedHistoricLikes(
39-
await connectDb({
40-
url: process.env.DATABASE_URL!,
41-
}),
42-
);
38+
// await seedHistoricLikes(
39+
// await connectDb({
40+
// url: process.env.DATABASE_URL!,
41+
// }),
42+
// );

0 commit comments

Comments
 (0)