From 2ed17f4877478e20022a0d68bb9f6e3b4f726bb1 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 13:21:15 -0400 Subject: exit properly --- js/src/share/share.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'js/src/share') diff --git a/js/src/share/share.ts b/js/src/share/share.ts index 6dd15ae36..daf6d67a5 100644 --- a/js/src/share/share.ts +++ b/js/src/share/share.ts @@ -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, + }); }); }); }); -- cgit v1.2.3