فهرست منبع

Merge branch 'dare-fix' of SashaGoncharov19/nomadmania-app into dev

Viktoriia 1 سال پیش
والد
کامیت
306ab06a04
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/db/index.ts

+ 1 - 1
src/db/index.ts

@@ -51,7 +51,7 @@ export async function openDatabases() {
       );
     }
 
-    const darePlacesDB = await FileSystem.getInfoAsync(sqliteFullPath + DS + nmRegionsDBname, {
+    const darePlacesDB = await FileSystem.getInfoAsync(sqliteFullPath + DS + darePlacesDBname, {
       size: true
     });
     if (!darePlacesDB.exists) {