1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Fixed types

This commit is contained in:
Laurent Cozic
2023-10-21 16:07:44 +01:00
parent 63aea35e36
commit 8d20aa0bb8
7 changed files with 17 additions and 4 deletions

View File

@ -442,4 +442,10 @@ export default class Resource extends BaseItem {
}, { changeSource: ItemChange.SOURCE_SYNC });
}
// public static async save(o: ResourceEntity, options: SaveOptions = null): Promise<ResourceEntity> {
// const resource:ResourceEntity = await super.save(o, options);
// if (resource.updated_time) resource.bl
// return resource;
// }
}