Skip to content

Commit 6f9b189

Browse files
committed
nit: remove node ref in commented code
1 parent 801c1f4 commit 6f9b189

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
@@ -745,7 +745,7 @@ const syncChangedNodesToSupabase = async ({
745745
await syncPublishedNodesAssets(plugin, changedNodes);
746746
} catch (error) {
747747
// console.error(
748-
// `Failed to sync published node assets for ${node.file.path}:`,
748+
// `Failed to sync published node assets`,
749749
// error,
750750
// );
751751
}

0 commit comments

Comments
 (0)