Skip to content

Commit 383403b

Browse files
committed
chore: Remove trailing comma in dora_metrics.ts
1 parent b283582 commit 383403b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-server/pages/api/internal/team/[team_id]/dora_metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endpoint.handle.GET(getSchema, async (req, res) => {
4545
team_id: teamId,
4646
from_date: rawFromDate,
4747
to_date: rawToDate,
48-
branches,
48+
branches
4949
} = req.payload;
5050

5151
const teamProdBranchesMap =

0 commit comments

Comments
 (0)