Skip to content

Commit c6f56d4

Browse files
Update components/helpspot/sources/new-request/new-request.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9b86c1a commit c6f56d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
});
2828

2929
for await (const item of response) {
30-
item.lastDate = Date.parse(item.dtGMTOpened) / 100;
30+
item.lastDate = Date.parse(item.dtGMTOpened) / 1000;
3131
responseArray.push(item);
3232
}
3333
return responseArray;

0 commit comments

Comments
 (0)