feat: git changes processing
This commit is contained in:
@@ -93,8 +93,8 @@ module.exports = class PageHistory extends Model {
|
||||
description: opts.description,
|
||||
editorKey: opts.editorKey,
|
||||
hash: opts.hash,
|
||||
isPrivate: opts.isPrivate,
|
||||
isPublished: opts.isPublished,
|
||||
isPrivate: (opts.isPrivate === true || opts.isPrivate === 1),
|
||||
isPublished: (opts.isPublished === true || opts.isPublished === 1),
|
||||
localeCode: opts.localeCode,
|
||||
path: opts.path,
|
||||
publishEndDate: opts.publishEndDate || '',
|
||||
|
Reference in New Issue
Block a user