Skip to content

Commit

Permalink
Update db_helper.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
7Eltantawy committed Aug 18, 2024
1 parent 7706325 commit 5986923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alazkar/lib/src/core/helpers/db_helper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DBHelper {
final String path = await getDbPath();
final bool exist = await databaseExists(path);

final assetDBPath = join('assets', 'db', dbName);
final assetDBPath = join('assets/db/$dbName');

if (!exist) {
await copyFromAssets(path, assetDBPath);
Expand Down

0 comments on commit 5986923

Please sign in to comment.