Skip to content

Commit

Permalink
Fix lint in BrickRoadsUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Dec 19, 2023
1 parent e6f5941 commit 2f3b3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/BrickRoadsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getWorkspacesBrickRoads(): Record<string, BrickRoad> {
return {};
}

//The key in this map is the workspace id
// The key in this map is the workspace id
const workspacesBrickRoadsMap: Record<string, BrickRoad> = {};

Object.keys(allReports).forEach((report) => {
Expand Down

0 comments on commit 2f3b3bb

Please sign in to comment.