Skip to content

Commit 097ff38

Browse files
committed
Fix minor
1 parent 87d0c6f commit 097ff38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/drift/drift.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default {
110110
throw new Error(`No contact found with ID: ${contactId}`);
111111
} else {
112112
throw error;
113-
};
113+
}
114114
}
115115

116116
} else {

components/drift/sources/new-message-instant/new-message-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import drift from "../../drift.app.mjs";
22

33
export default {
4-
key: "drift-new-message-instant-test",
4+
key: "drift-new-message-instant",
55
name: "New Message",
66
description: "Emit new event when a new message is received in Drift. [See the docs](https://devdocs.drift.com/docs/webhook-events-1).",
77
version: "0.0.1",

0 commit comments

Comments
 (0)