Skip to content

Commit

Permalink
Fixed console warning method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Aug 23, 2018
1 parent a1aca1b commit f66000f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/http_api/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function processData(o) {
}

// fetch supports more types but we aren't using any of those yet..
console.warning('Unknown type for request data - please provide a plain object or a string', o);
console.warn('Unknown type for request data - please provide a plain object or a string', o);
return null;
}

Expand Down

0 comments on commit f66000f

Please sign in to comment.