dependabot[bot]
2024-05-29 3e0e06ff8ac0926b44a5b86e8ded5c2d89a630b3
quartz/plugins/transformers/description.ts
@@ -61,6 +61,7 @@
                const currentSentence = sentence.endsWith(".") ? sentence : sentence + "."
                finalDesc.push(currentSentence)
                currentDescriptionLength += currentSentence.length
                sentenceIdx++
              }
            }