소스 검색

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) {