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