Skip to content

Commit

Permalink
fix: Updated book_type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-bak authored Nov 13, 2023
1 parent aa07567 commit 54a0d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/database/database_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'package:sqflite/sqflite.dart';
// 7. Update existing methods with new migration scripts
// 7. Update existing methods names with new version number

// book_type actually represents book_format
// book_type actually represents book's format

class DatabaseProvider {
static final DatabaseProvider dbProvider = DatabaseProvider();
Expand Down

0 comments on commit 54a0d61

Please sign in to comment.