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