diff options
Diffstat (limited to 'src/sagas')
| -rw-r--r-- | src/sagas/topology.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sagas/topology.js b/src/sagas/topology.js index 9c5087cc..0f1856f5 100644 --- a/src/sagas/topology.js +++ b/src/sagas/topology.js @@ -60,7 +60,7 @@ export function* onFetchLatestDatacenter(action) { } } -export function* fetchDatacenter(datacenterId) { +function* fetchDatacenter(datacenterId) { try { yield fetchAndStoreDatacenter(datacenterId); const rooms = yield fetchAndStoreRoomsOfDatacenter(datacenterId); |
