Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lonord committed Jun 18, 2018
1 parent 77c4d98 commit 8c9f4fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/webservice_netspeed.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type netSpeedService struct {

func newNetSpeedService(action *MainAction) *netSpeedService {
return &netSpeedService{
sse: sse.NewService(),
action: action,
}
}
Expand Down

0 comments on commit 8c9f4fb

Please sign in to comment.