Skip to content

Commit 9e07ba5

Browse files
Fix console.warn
1 parent 2729d56 commit 9e07ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/javascript/http_api/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function processData(o) {
5959
}
6060

6161
// 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);
62+
console.warn('Unknown type for request data - please provide a plain object or a string');
6363
return null;
6464
}
6565

0 commit comments

Comments
 (0)