Skip to content

Commit aed9e74

Browse files
committed
Adjusting timestamp setting
1 parent 065f312 commit aed9e74

File tree

1 file changed

+1
-1
lines changed
  • components/frontapp/sources/common

1 file changed

+1
-1
lines changed

components/frontapp/sources/common/base.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
if (filterFn) {
4141
responseArray.sort((a, b) => b.created_at - a.created_at);
4242
}
43-
this._setLastTs(responseArray[0].emitted_at);
43+
this._setLastTs(this._getEmit(responseArray[0]).ts);
4444
}
4545

4646
for (const item of responseArray.reverse()) {

0 commit comments

Comments
 (0)