Skip to content

Commit 2c12891

Browse files
author
Vikas Agarwal
committed
lint fix
1 parent 641bd90 commit 2c12891

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/routes/projectReports/LookRun.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ LookApi.prototype.callApi = function (endpoint, body) {
6565
let newReq = null;
6666
if (body) {
6767
newReq = axios.post(endpoint, body, {
68-
headers: { 'Content-Type': 'application/json', 'Authorization': `token ${token}` }
68+
headers: {
69+
'Content-Type': 'application/json',
70+
Authorization: `token ${token}`,
71+
},
6972
});
7073
} else {
7174
newReq = axios.get(endpoint);

0 commit comments

Comments
 (0)