Skip to content

Commit ef27f7e

Browse files
committed
refactor: replace console.log with consola
1 parent df7d946 commit ef27f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/seed/config.seed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ async function seedSubscriptionSettings() {
644644
const existingConfig = await prisma.subscriptionSettings.findFirst();
645645

646646
if (existingConfig) {
647-
console.log('Default subscription settings already seeded!');
647+
consola.info('Default subscription settings already seeded!');
648648
return;
649649
}
650650

0 commit comments

Comments
 (0)