lib/cli/create_db: await seeding data

This commit is contained in:
2025-05-14 17:12:30 +02:00
parent 96f52b5860
commit cd9b318956

View File

@@ -25,7 +25,7 @@ class CreateDb extends Command {
readWrite: true,
);
seedData(db).then((_) {
await seedData(db).then((_) {
print("Database created successfully");
}).catchError((error) {
print("Error creating database: $error");