ffs typescript.

This commit is contained in:
Simon Cambier
2024-09-25 20:52:02 +02:00
parent 5dec98df7c
commit 10721601b1

View File

@@ -71,7 +71,7 @@ export class EmbedsRepository {
)
.filter(o => !!o)
for (const embed of embeds) {
this.addEmbed(embed.path, notePath)
this.addEmbed(embed!.path, notePath)
}
}
}