Update ephemeral field on the API response (#1129)

This commit is contained in:
Maycon Santos
2023-09-06 10:40:45 +02:00
committed by GitHub
parent 7682fe2e45
commit fa4b8c1d42
2 changed files with 8 additions and 4 deletions

View File

@@ -216,5 +216,6 @@ func toResponseBody(key *server.SetupKey) *api.SetupKey {
AutoGroups: key.AutoGroups,
UpdatedAt: key.UpdatedAt,
UsageLimit: key.UsageLimit,
Ephemeral: key.Ephemeral,
}
}