Skip to content

Commit 0adfaed

Browse files
authored
Update dash-renderer/src/actions/api.js
1 parent 30c5df6 commit 0adfaed

File tree

1 file changed

+3
-1
lines changed
  • dash-renderer/src/actions

1 file changed

+3
-1
lines changed

dash-renderer/src/actions/api.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ export default function apiThunk(endpoint, method, store, id, body) {
5656
return json;
5757
});
5858
}
59-
logWarningOnce('Response is missing header: content-type: application/json');
59+
logWarningOnce(
60+
'Response is missing header: content-type: application/json'
61+
);
6062
return dispatch({
6163
type: store,
6264
payload: {

0 commit comments

Comments
 (0)