fix: entitylist entry add
ci/woodpecker/push/woodpecker Pipeline failed Details

feat/axum
Tomáš Mládek 2023-09-07 21:55:16 +02:00
parent 78db1c0166
commit ee28a99004
1 changed files with 2 additions and 2 deletions

View File

@ -206,9 +206,9 @@
break;
case "entry-add":
await api.putEntry({
entity: address,
entity: change.address,
attribute: ATTR_IN,
value: { t: "Address", c: change.address },
value: { t: "Address", c: address },
});
break;
case "entry-delete": {