Not assigning to variable because we never used the variable

This commit is contained in:
Steve Klebanoff
2018-12-18 13:57:19 -08:00
parent 9728267eac
commit f6525efe95

View File

@@ -91,7 +91,7 @@ class Form extends React.Component<FormProps> {
}
try {
const response = await fetch('https://website-api.0x.org/newsletter_subscriber/substack', {
await fetch('https://website-api.0x.org/newsletter_subscriber/substack', {
method: 'post',
mode: 'cors',
headers: {