mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
remove the use of some unnecessary pointers
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -135,7 +135,7 @@ type foldersPage struct {
|
||||
|
||||
type connectionsPage struct {
|
||||
basePage
|
||||
Connections []*common.ConnectionStatus
|
||||
Connections []common.ConnectionStatus
|
||||
}
|
||||
|
||||
type statusPage struct {
|
||||
|
||||
Reference in New Issue
Block a user