Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function init(options) {
return initialize(Object.assign(options, {
url: 'https://weco-feature-flags.herokuapp.com/api/',
refreshInterval: 60 * 1000,
strategies: [new ActiveForUserInCohort(), new UserEnabled()]
}));
}