Skip to content

Commit 9f98163

Browse files
committed
fix key
1 parent 08ee1e7 commit 9f98163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/brillium/sources/new-respondent-results/new-respondent-results.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import common from "../common/base.mjs";
22

33
export default {
44
...common,
5-
key: "brillium-new-respondent",
6-
name: "New Respondent",
5+
key: "brillium-new-respondent-results",
6+
name: "New Respondent Results",
77
description: "Emit new event when new results are added for an existing respondent. [See the documentation](https://support.brillium.com/en-us/knowledgebase/article/KA-01073)",
88
version: "0.0.1",
99
type: "source",

0 commit comments

Comments
 (0)