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 065f312 commit aed9e74Copy full SHA for aed9e74
components/frontapp/sources/common/base.mjs
@@ -40,7 +40,7 @@ export default {
40
if (filterFn) {
41
responseArray.sort((a, b) => b.created_at - a.created_at);
42
}
43
- this._setLastTs(responseArray[0].emitted_at);
+ this._setLastTs(this._getEmit(responseArray[0]).ts);
44
45
46
for (const item of responseArray.reverse()) {
0 commit comments