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 9b86c1a commit c6f56d4Copy full SHA for c6f56d4
components/helpspot/sources/new-request/new-request.mjs
@@ -27,7 +27,7 @@ export default {
27
});
28
29
for await (const item of response) {
30
- item.lastDate = Date.parse(item.dtGMTOpened) / 100;
+ item.lastDate = Date.parse(item.dtGMTOpened) / 1000;
31
responseArray.push(item);
32
}
33
return responseArray;
0 commit comments