mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
Update ephemeral field on the API response (#1129)
This commit is contained in:
@@ -216,5 +216,6 @@ func toResponseBody(key *server.SetupKey) *api.SetupKey {
|
||||
AutoGroups: key.AutoGroups,
|
||||
UpdatedAt: key.UpdatedAt,
|
||||
UsageLimit: key.UsageLimit,
|
||||
Ephemeral: key.Ephemeral,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user