Skip to content

Commit

Permalink
fix: event
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Feb 24, 2024
1 parent 7a98a0a commit d5d2de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/routes/leafwatch/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const post: Handler = async (req, res) => {
Event: notionText(name),
ID: notionTitle(uuid()),
IP: notionText(ip || 'N/A'),
Properties: notionText(JSON.stringify(properties))
Properties: notionText(JSON.stringify(properties) || 'N/A')
});
}

Expand Down

0 comments on commit d5d2de2

Please sign in to comment.