summaryrefslogtreecommitdiffhomepage
path: root/js/src/share
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/share')
-rw-r--r--js/src/share/share.ts5
1 files changed, 5 insertions, 0 deletions
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,
+ });
});
});
});