Skip to content

Commit

Permalink
fix missing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky committed Jan 9, 2025
1 parent cdbf70b commit dce0777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cds/cdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ In CAP Java, run a select statement against the view with named [parameter value

::: code-group
```js [Node]
SELECT.from({ id: 'UsingView'. args: { bar: { val: true }}})
SELECT.from({ ref: [{ id: 'UsingView', args: { bar: { val: true }}} ]} )
```
```Java [Java]
var params = Map.of("bar", true);
Expand Down

0 comments on commit dce0777

Please sign in to comment.