mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
fix: update seal event
This commit is contained in:
@ -90,7 +90,7 @@ export const sealDocument = async ({ documentId, sendEmail = true }: SealDocumen
|
|||||||
if (postHog) {
|
if (postHog) {
|
||||||
postHog.capture({
|
postHog.capture({
|
||||||
distinctId: nanoid(),
|
distinctId: nanoid(),
|
||||||
event: 'App: Document Signed',
|
event: 'App: Document Sealed',
|
||||||
properties: {
|
properties: {
|
||||||
documentId: document.id,
|
documentId: document.id,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user