diff --git a/src/model/howto.ts b/src/model/howto.ts index 52b3b85..880ee58 100644 --- a/src/model/howto.ts +++ b/src/model/howto.ts @@ -156,7 +156,6 @@ const complete = async (item: IHowto) => if(!HOWTO_ANNOTATIONS){ return item } - const stepsWithFilteredMarkdown = await pMap( item.steps, async (step) => ({