Skip to content
Merged
Prev Previous commit
Next Next commit
Don't omit count
  • Loading branch information
presleyp committed Nov 18, 2022
commit 0752245c7adc8e8975bbb517772022330a673491
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"`
}

type CreateTestAuditLogRequest struct {
Expand Down