Skip to content

Commit 674529d

Browse files
committed
some adjusts
1 parent 1fe704f commit 674529d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/helpspot/sources/common/base.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
}
3535

3636
for (const item of responseArray.reverse()) {
37-
const ts = Date.parse(new Date());
37+
const ts = item.lastDate;
3838

3939
this.$emit(item, {
4040
id: `${item.xRequest}-${ts}`,

components/helpspot/sources/request-update/request-update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default {
88
description: "Emit new event when a request is updated.",
99
version: "0.0.1",
1010
type: "source",
11+
dedupe: "unique",
1112
methods: {
1213
...common.methods,
1314
getSummary({ xRequest }) {

0 commit comments

Comments
 (0)