We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2729d56 + 9e07ba5 commit 3f9c023Copy full SHA for 3f9c023
app/javascript/http_api/fetch.js
@@ -59,7 +59,7 @@ function processData(o) {
59
}
60
61
// fetch supports more types but we aren't using any of those yet..
62
- console.warn('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');
63
return null;
64
65
0 commit comments