Skip to content

Commit ebac58b

Browse files
kommunarrabsidue
andauthored
Update src/renderer/views/Search/Search.js
Co-authored-by: absidue <[email protected]>
1 parent fd5b612 commit ebac58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/views/Search/Search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default defineComponent({
113113
updateSearchHistoryEntry: function () {
114114
const persistentSearchHistoryPayload = {
115115
_id: this.query,
116-
lastUpdatedAt: new Date()
116+
lastUpdatedAt: Date.now()
117117
}
118118

119119
this.$store.dispatch('updateSearchHistoryEntry', persistentSearchHistoryPayload)

0 commit comments

Comments
 (0)