You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bridge xxx {
with input as i
with std.audit
audit {
...i # As a developer i expect this to also work
.what = "now"
}
audit.in.addition.to.this <- i
force audit
}