Skip to content

Commit 59b76e7

Browse files
committed
Fix prev commit
1 parent 0c1b729 commit 59b76e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
route
454454
)
455455
456-
console.log('total server time=' + Date.now() - serverStartTime)
456+
console.log('total server time=' + Date.now() - this.serverStartTime)
457457
return { safeMode, selectedSort, searchQuery }
458458
459459
} catch (err) {

0 commit comments

Comments
 (0)