Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7179c86 commit d82f2fdCopy full SHA for d82f2fd
coderd/audit/audit.go
@@ -21,7 +21,7 @@ type AdditionalFields struct {
21
BuildNumber string `json:"build_number"`
22
BuildReason database.BuildReason `json:"build_reason"`
23
WorkspaceOwner string `json:"workspace_owner"`
24
- WorkspaceID uuid.UUID `json:"workpace_id"`
+ WorkspaceID uuid.UUID `json:"workspace_id"`
25
}
26
27
func NewNop() Auditor {
0 commit comments