Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed May 6, 2024
1 parent 41fc920 commit cac0a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linear.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var appToTeamID = map[string]string{
"beeper-desktop": linearTeamDesktop,
"bleeper": linearTeamBleeper,
"beeper-a8c-desktop": linearTeamA8cDesktop,
"beeper-a8c-ios": linearTeamA8CiOS
"beeper-a8c-ios": linearTeamA8CiOS,
}

var problemToLabelID = map[string]string{
Expand Down

0 comments on commit cac0a3d

Please sign in to comment.