Skip to content

Commit 1d419ff

Browse files
committed
small change on highlight
1 parent 3fc9b5a commit 1d419ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/remote-service-extend/remote-service-extend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ For this scenario, you use the Business Partner API from SAP S/4HANA Cloud.
223223

224224
6. Add the custom handler implementation after the **init()** method:
225225

226-
```js[12-42]
226+
```js[12-43]
227227
async init() {
228228
this.before("UPDATE", "Incidents", (req) => this.onUpdate(req));
229229
this.after("READ", "Incidents", (data) => this.changeUrgencyDueToSubject(data));

0 commit comments

Comments
 (0)