mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
Merge pull request #9 from xAlokyx/copilot/change-speed-display-to-mbps
fix: apply gofmt formatting to fix CI failure
This commit is contained in:
commit
d7696a0abf
2 changed files with 1 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
// It handles CRUD operations for inbounds, client management, traffic monitoring,
|
||||
// and integration with the Xray API for real-time updates.
|
||||
type InboundService struct {
|
||||
xrayApi xray.XrayAPI
|
||||
xrayApi xray.XrayAPI
|
||||
speedLimitService SpeedLimitService
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -225,4 +225,3 @@ func (s *SpeedLimitService) RestoreAllLimits(inbounds []*model.Inbound) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue