Skip to content
Snippets Groups Projects
Commit 66b36dbf authored by Toufic Batache's avatar Toufic Batache
Browse files

Allow request to be sent to budget demands pipeline

parent 752037da
No related branches found
No related tags found
No related merge requests found
Pipeline #11748 passed
...@@ -29,6 +29,16 @@ function auditBody(audit: Audit, dataUnknown: unknown): [unknown, unknown] { ...@@ -29,6 +29,16 @@ function auditBody(audit: Audit, dataUnknown: unknown): [unknown, unknown] {
auditRequire, auditRequire,
) )
audit.attribute(
data,
"request",
true,
errors,
remainingKeys,
// TODO
auditRequire,
)
audit.attribute( audit.attribute(
data, data,
"simulation", "simulation",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment