From 2e7c4fff6e3a145f3b275164ba92798ddbae9e02 Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Fri, 18 Apr 2025 21:06:58 +0200 Subject: [PATCH] style: Fix missing closing tag in Sitemap.ts --- app/services/Sitemap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/Sitemap.ts b/app/services/Sitemap.ts index 90e30bf..13c7ab0 100644 --- a/app/services/Sitemap.ts +++ b/app/services/Sitemap.ts @@ -46,7 +46,7 @@ class Sitemap { private prependSitemap(): void { this.sitemap = ``; - this.sitemap += ``; } private appendSitemap(): void {