remove the use of some unnecessary pointers

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-01-16 12:09:17 +01:00
parent ffe7f7ff16
commit d73be7aee5
12 changed files with 65 additions and 65 deletions

View File

@@ -135,7 +135,7 @@ type foldersPage struct {
type connectionsPage struct {
basePage
Connections []*common.ConnectionStatus
Connections []common.ConnectionStatus
}
type statusPage struct {