exit properly

This commit is contained in:
Dax Raad
2025-05-26 13:21:15 -04:00
parent 80118212da
commit 2ed17f4877
6 changed files with 35 additions and 48 deletions

View File

@@ -22,6 +22,11 @@ export namespace Share {
key: payload.properties.key,
content: JSON.stringify(payload.properties.content),
}),
}).then((x) => {
log.info("synced", {
key: payload.properties.key,
status: x.status,
});
});
});
});