Skip to content

Commit 970e451

Browse files
author
Bargen Jürgen
committed
Fixed an error in delete example
1 parent a90cb40 commit 970e451

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/business-objects/src/entities/delete-entity/delete-entity.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function _deleteBoEntityFactory<T>(
5959
* modelName: "HOSPITALBASEDATA",
6060
* pluralEntityName: "employees",
6161
* keyPropertyType: "number", //"string", "number" or "guid"
62-
* entityKeyValue: 1
62+
* keyPropertyValue: 1
6363
* });
6464
* ```
6565
* ---
@@ -83,7 +83,7 @@ export function _deleteBoEntityFactory<T>(
8383
* modelName: "HOSPITALBASEDATA",
8484
* pluralEntityName: "employees",
8585
* keyPropertyType: "number", //"string", "number" or "guid"
86-
* entityKeyValue: 3
86+
* keyPropertyValue: 3
8787
* });
8888
*
8989
* console.log(responseMessage); // Entity does not exist.

0 commit comments

Comments
 (0)