Skip to content

Commit

Permalink
fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Dec 5, 2024
1 parent 64599ef commit d2f414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/licenses/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ func (m *manager) CullInactiveNodes(ctx context.Context, ttl time.Duration) erro

if m.config.EnabledAudit {
for _, lic := range releasedLicenses {
if err := m.store.InsertAuditLog(ctx, "culled", "License", lic.ID); err != nil {
if err := m.store.InsertAuditLog(ctx, "culled", "license", lic.ID); err != nil {
slog.Error("failed to insert audit log", "licenseID", lic.ID, "error", err)
}
}
Expand Down

0 comments on commit d2f414f

Please sign in to comment.