We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bbc19 commit 59b4d02Copy full SHA for 59b4d02
2 files changed
lib/core.ts
@@ -393,7 +393,7 @@ export class Log extends Model {
393
let origin = {
394
id: this.id,
395
message: this.message,
396
- time: this.time ? null : dayjs(this.time).unix(),
+ time: this.time,
397
user_id: this.user_id,
398
user_name: this.user_name,
399
status_code: this.status_code,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "lin-mizar",
3
- "version": "0.0.1-alpha.24",
+ "version": "0.0.1-alpha.25",
4
"description": "The core library of Lin CMS",
5
"main": "lin/index.js",
6
"scripts": {
0 commit comments