Remove JS
This commit is contained in:
parent
7c616b3055
commit
3f73578fc9
4 changed files with 16 additions and 16 deletions
|
|
@ -3,9 +3,9 @@ import { Database } from "src/database/database";
|
|||
import { Logger } from "src/logger";
|
||||
import { SyncService } from "src/services/sync_service";
|
||||
import { hash } from "src/utils/hash";
|
||||
import { unlockDocument, waitForDocumentLock } from "./locks.js";
|
||||
import { FileOperations } from "src/file-operations/file-operations.js";
|
||||
import { RelativePath } from "src/database/document-metadata.js";
|
||||
import { unlockDocument, waitForDocumentLock } from "./locks";
|
||||
import { FileOperations } from "src/file-operations/file-operations";
|
||||
import { RelativePath } from "src/database/document-metadata";
|
||||
|
||||
/// This can be used when updating a files content and/or path.
|
||||
export async function syncLocallyCreatedFile({
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ import { Database } from "src/database/database";
|
|||
import { Logger } from "src/logger";
|
||||
import { SyncService } from "src/services/sync_service";
|
||||
import { hash } from "src/utils/hash";
|
||||
import { unlockDocument, waitForDocumentLock } from "./locks.js";
|
||||
import { FileOperations } from "src/file-operations/file-operations.js";
|
||||
import { RelativePath } from "src/database/document-metadata.js";
|
||||
import { unlockDocument, waitForDocumentLock } from "./locks";
|
||||
import { FileOperations } from "src/file-operations/file-operations";
|
||||
import { RelativePath } from "src/database/document-metadata";
|
||||
|
||||
/// This can be used when updating a files content and/or path.
|
||||
export async function syncLocallyUpdatedFile({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue