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 19, 2024
1 parent 3c5dbab commit 44088c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orders/srv/orders-service.cds
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ service OrdersService {
@(requires: 'system-user')
entity OrdersNoDraft as projection on my.Orders;

event OrderChanged : {
event OrderChanged {
product: String;
deltaQuantity: Integer;
}
Expand Down

0 comments on commit 44088c6

Please sign in to comment.