Skip to content

Commit 8f95fda

Browse files
committed
fix: remove return to ensure errors are shown and mirror
1 parent 250833b commit 8f95fda

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cedar-go-hello-world/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ func outputDecision(decision cedar.Decision, diag cedar.Diagnostic) {
192192
fmt.Println(" *", err)
193193
fmt.Println()
194194
}
195-
return
196195
}
197196

198197
// If there are no reasons, then no policies applied to the request.

0 commit comments

Comments
 (0)