We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4adaf80 + f4486e1 commit 25e9b66Copy full SHA for 25e9b66
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