Skip to content

Commit 732c3d7

Browse files
committed
✏️ Fix typo (#1124)
1 parent b0f71da commit 732c3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function main() {
5656

5757
console.log('Seeding has been completed.');
5858
} catch (e) {
59-
console.error('Failed to seeding:', e);
59+
console.error('Failed to seed:', e);
6060
throw e;
6161
}
6262
}

0 commit comments

Comments
 (0)