We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adaf80 commit f4486e1Copy full SHA for f4486e1
1 file changed
app/models/log.js
@@ -6,7 +6,7 @@ class Log extends Model {
6
const origin = {
7
id: this.id,
8
message: this.message,
9
- time: this.time,
+ time: this.create_time,
10
user_id: this.user_id,
11
username: this.username,
12
status_code: this.status_code,
0 commit comments