Format files

This commit is contained in:
Andras Schmelczer 2025-01-05 15:35:51 +00:00
parent 02486d671e
commit 438caa96a6
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
19 changed files with 557 additions and 585 deletions

View file

@ -39,7 +39,7 @@ export class ObsidianFileEventHandler implements FileEventHandler {
await this.syncer.syncLocallyUpdatedFile({
oldPath,
relativePath: file.path,
updateTime: new Date(file.stat.ctime),
updateTime: new Date(file.stat.ctime)
});
} else {
Logger.getInstance().debug(
@ -54,7 +54,7 @@ export class ObsidianFileEventHandler implements FileEventHandler {
await this.syncer.syncLocallyUpdatedFile({
relativePath: file.path,
updateTime: new Date(file.stat.ctime),
updateTime: new Date(file.stat.ctime)
});
} else {
Logger.getInstance().debug(