mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 16:22:44 +00:00
Update server/googleActions.js
Co-authored-by: Trevor Buckner <calculuschild@gmail.com>
This commit is contained in:
@@ -116,7 +116,7 @@ GoogleActions = {
|
||||
updatedAt : file.modifiedTime,
|
||||
gDrive : true,
|
||||
googleId : file.id,
|
||||
pageCount : file.properties?.pageCount || 1,
|
||||
pageCount : file.properties.pageCount,
|
||||
|
||||
title : file.properties.title,
|
||||
description : file.description,
|
||||
|
||||
Reference in New Issue
Block a user