Skip to content

Commit

Permalink
Changes as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzei committed Dec 5, 2024
1 parent 8303c72 commit ea7af3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/support_packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (p *Plugin) GenerateSupportData(_ *plugin.Context) ([]*model.FileData, erro

connectedUserCount, err := p.getConnectedUserCount()
if err != nil {
result = multierror.Append(result, errors.Wrap(err, "Failed to get the number of connected users for Support Packet"))
result = multierror.Append(result, errors.Wrap(err, "failed to get the number of connected users for Support Packet"))
}

diagnostics := SupportPacket{
Expand Down

0 comments on commit ea7af3e

Please sign in to comment.