We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b001f76 commit 435940aCopy full SHA for 435940a
coderd/audit/exporter.go
@@ -40,7 +40,6 @@ func (e *Exporter) Export(ctx context.Context, alog database.AuditLog) error {
40
}
41
42
for _, backend := range e.backends {
43
-
44
if decision&backend.Decision() != backend.Decision() {
45
continue
46
0 commit comments