Skip to content

Commit 5e51023

Browse files
Update components/ikas/sources/common/base.mjs
Co-authored-by: michelle0927 <michelle0927@users.noreply.github.com>
1 parent c23bd84 commit 5e51023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ikas/sources/common/base.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
this.$emit(body, {
5050
id: body.id,
5151
summary: this.getSummary(body),
52-
ts: body.createdAt,
52+
ts: Date.parse(body.createdAt),
5353
});
5454
},
5555
};

0 commit comments

Comments
 (0)