Skip to content

Commit

Permalink
Revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Apr 4, 2023
1 parent 15b4717 commit 6c8b34b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ module.exports = defineConfig({
return null
}
},
'enable-feature': (feature) => {
return fetch(BASE_URL + `/e2e/enable-feature/${feature}`, { method: 'POST' })
}
'enable-feature': (feature) =>
fetch(BASE_URL + `/e2e/enable-feature/${feature}`, { method: 'POST' }),
});
},
},
Expand Down

0 comments on commit 6c8b34b

Please sign in to comment.