Skip to content

Commit

Permalink
Commit a lint error; CI should fail on this
Browse files Browse the repository at this point in the history
  • Loading branch information
Risha Mars committed Jun 13, 2018
1 parent 822413c commit e818a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app/js/components/util/ApiHelpers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import PropTypes from 'prop-types';
import React from 'react';
import 'whatwg-fetch';

var foo = 3; // trigger a lint error

const checkFetchOk = resp => {
if (!resp.ok) {
throw Error(resp.statusText);
Expand Down

0 comments on commit e818a60

Please sign in to comment.