Skip to content
Merged
Prev Previous commit
Next Next commit
Remove space
  • Loading branch information
presleyp committed Nov 16, 2022
commit fb46f46cbd5b162ec840731c30935efc1e93cb21
2 changes: 1 addition & 1 deletion codersdk/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type AuditLogsRequest struct {

type AuditLogResponse struct {
AuditLogs []AuditLog `json:"audit_logs"`
Count int64 `json:"count, omitempty"`
Count int64 `json:"count,omitempty"`
}

type CreateTestAuditLogRequest struct {
Expand Down