ffs typescript.
This commit is contained in:
@@ -71,7 +71,7 @@ export class EmbedsRepository {
|
|||||||
)
|
)
|
||||||
.filter(o => !!o)
|
.filter(o => !!o)
|
||||||
for (const embed of embeds) {
|
for (const embed of embeds) {
|
||||||
this.addEmbed(embed.path, notePath)
|
this.addEmbed(embed!.path, notePath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user