Skip to content

Commit 25e9b66

Browse files
authored
Merge pull request #65 from TaleLin/vanoneang-patch-2
Update log.js
2 parents 4adaf80 + f4486e1 commit 25e9b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/log.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Log extends Model {
66
const origin = {
77
id: this.id,
88
message: this.message,
9-
time: this.time,
9+
time: this.create_time,
1010
user_id: this.user_id,
1111
username: this.username,
1212
status_code: this.status_code,

0 commit comments

Comments
 (0)