Skip to content

Commit 69177ff

Browse files
author
Vikas Agarwal
committed
Lint fix
1 parent e00e321 commit 69177ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projectReports/LookRun.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ LookApi.prototype.findProjectBudget = function (connectProjectId, isManager, isA
4444
const fields = [
4545
'project_stream.tc_connect_project_id',
4646
'project_stream.total_invoiced_amount',
47-
'project_stream.remaining_invoiced_budget'
47+
'project_stream.remaining_invoiced_budget',
4848
];
4949

5050
// Manager roles have access to more fields.

0 commit comments

Comments
 (0)