Skip to content

Commit 26e0b7e

Browse files
committed
chore(scripts,db,seed): update JSDoc
1 parent 04720b3 commit 26e0b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/db/seedDatabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { DATABASE_URL, isDevEnv } from "lib/config/env.config";
66
import * as schema from "lib/drizzle/schema";
77

88
/**
9-
* Seed a database entity with sample data.
9+
* Seed database with sample data.
1010
*/
1111
const seedDatabase = async () => {
1212
// ! NB: only run this script in development

0 commit comments

Comments
 (0)