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