We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801c1f4 commit 6f9b189Copy full SHA for 6f9b189
1 file changed
apps/obsidian/src/utils/syncDgNodesToSupabase.ts
@@ -745,7 +745,7 @@ const syncChangedNodesToSupabase = async ({
745
await syncPublishedNodesAssets(plugin, changedNodes);
746
} catch (error) {
747
// console.error(
748
- // `Failed to sync published node assets for ${node.file.path}:`,
+ // `Failed to sync published node assets`,
749
// error,
750
// );
751
}
0 commit comments