We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe704f commit 674529dCopy full SHA for 674529d
components/helpspot/sources/common/base.mjs
@@ -34,7 +34,7 @@ export default {
34
}
35
36
for (const item of responseArray.reverse()) {
37
- const ts = Date.parse(new Date());
+ const ts = item.lastDate;
38
39
this.$emit(item, {
40
id: `${item.xRequest}-${ts}`,
components/helpspot/sources/request-update/request-update.mjs
@@ -8,6 +8,7 @@ export default {
8
description: "Emit new event when a request is updated.",
9
version: "0.0.1",
10
type: "source",
11
+ dedupe: "unique",
12
methods: {
13
...common.methods,
14
getSummary({ xRequest }) {
0 commit comments