Remove JS

This commit is contained in:
Andras Schmelczer 2024-12-18 21:28:56 +00:00
parent 7c616b3055
commit 3f73578fc9
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 16 additions and 16 deletions

View file

@ -9,7 +9,7 @@ import {
VaultUpdateId,
RelativePath,
DocumentId,
} from "src/database/document-metadata.js";
} from "src/database/document-metadata";
import PQueue from "p-queue";
export class SyncService {