Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export function* open() {
const uris = yield select(state => state.cmf.collections.getIn(['settings', 'uris']));
yield put({
type: Constants.ABOUT_DIALOG_SHOW,
url: uris.get('apiVersion'),
});
}