Viktoriia 1 年之前
父節點
當前提交
c02a441156
共有 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
       size: true
     });
     });
     if (!darePlacesDB.exists) {
     if (!darePlacesDB.exists) {