summaryrefslogtreecommitdiff
path: root/internal/api/profiles/profiles.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/profiles/profiles.go')
-rw-r--r--internal/api/profiles/profiles.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/profiles/profiles.go b/internal/api/profiles/profiles.go
index e835ffe..77109f1 100644
--- a/internal/api/profiles/profiles.go
+++ b/internal/api/profiles/profiles.go
@@ -112,7 +112,7 @@ func (i Info) Public() server.Profiles {
"en": p.DisplayName,
},
DefaultGateway: p.DefaultGateway,
- Priority: p.Priority,
+ Priority: p.Priority,
}
}
return server.Profiles{Map: m}