diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-07 12:55:59 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-07-07 13:10:24 +0300 |
| commit | 7a51d2f2cccbc0add04518808415912a7217bc28 (patch) | |
| tree | cc4bce27d16caec5361d51de676eecd0c628ad0d /web/service/inbound.go | |
| parent | 02ae61fe6beb68ab8e5859a5eaa2b68514c0b454 (diff) | |
Typo fixed
Diffstat (limited to 'web/service/inbound.go')
| -rw-r--r-- | web/service/inbound.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go index a1d00ad9..d82bfa9c 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -1947,6 +1947,6 @@ func (s *InboundService) MigrateDB() { s.MigrationRemoveOrphanedTraffics() } -func (s *InboundService) GetOnlineClinets() []string { +func (s *InboundService) GetOnlineClients() []string { return p.GetOnlineClients() } |
