mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-20 17:35:34 +10:00
Merge remote-tracking branch 'origin/dev' into test-regions Also added fixes
This commit is contained in:
@@ -44,7 +44,7 @@ class RegionStore {
|
||||
for (var channel in await channelStore.loadChannels()) {
|
||||
var channelRegion = await channelRegionStore.loadRegion(channel.index);
|
||||
if (channelRegion == region) {
|
||||
channelRegionStore.saveRegion(channel.index, '');
|
||||
await channelRegionStore.saveRegion(channel.index, '');
|
||||
}
|
||||
}
|
||||
regions.remove(region);
|
||||
|
||||
Reference in New Issue
Block a user