Skip to content

Commit

Permalink
chore: build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 17, 2024
1 parent 2f7043e commit 67c0e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/services/documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ LEFT JOIN
}
async createModelFromAttributes(attributes: Required<any> | OCRDocument): Promise<any> {
const { folders, id, pagesOrder, ...others } = attributes;
DEV_LOG && console.log('createModelFromAttributes', id, folders, typeof folders, folders?.split('#$%'));
// DEV_LOG && console.log('createModelFromAttributes', id, folders, typeof folders, folders?.split('#$%'));
const document = new OCRDocument(id);
Object.assign(document, {
id,
Expand Down
2 changes: 1 addition & 1 deletion nativescript.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module.exports = {
hooks: [
{
type: 'after-prepareNativeApp',
script: 'toosl/scripts/after-prepareNativeApp.js'
script: 'tools/scripts/after-prepareNativeApp.js'
}
]
};

0 comments on commit 67c0e19

Please sign in to comment.