Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iansltx committed Oct 30, 2024
1 parent 5d0e67e commit 00b6770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion orbit/cmd/desktop/desktop.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ func main() {
transparencyItem := systray.AddMenuItem("About Fleet", "")
transparencyItem.Disable()


tokenReader := token.Reader{Path: identifierPath}
if _, err := tokenReader.Read(); err != nil {
log.Fatal().Err(err).Msg("error reading device token from file")
Expand Down

0 comments on commit 00b6770

Please sign in to comment.