Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vl-leon committed Dec 18, 2024
1 parent 3c5dbab commit 78d185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookshop/srv/cat-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ service CatalogService @(path:'/browse') {

@requires: 'authenticated-user'
action submitOrder ( book: Books:ID, quantity: Integer ) returns { stock: Integer };
event OrderedBook : { book: Books:ID; quantity: Integer; buyer: String };
event OrderedBook { book: Books:ID; quantity: Integer; buyer: String };
}

0 comments on commit 78d185f

Please sign in to comment.