Skip to content

Commit 9ca0b9c

Browse files
committed
lint
1 parent 6f9b189 commit 9ca0b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/obsidian/src/utils/syncDgNodesToSupabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export const syncPublishedNodeAssets = async ({
621621
}
622622
const existingReferencesByPath = Object.fromEntries(
623623
existingReferencesReq.data.map((ref) => [ref.filepath, ref]),
624-
);
624+
) as Record<string, (typeof existingReferencesReq.data)[0]>;
625625

626626
for (const attachment of attachments) {
627627
const mimetype = mime.lookup(attachment.path) || "application/octet-stream";

0 commit comments

Comments
 (0)