From 8dbbf7e8ff70f22ef3f5bcaeeeea10766286c8fa Mon Sep 17 00:00:00 2001 From: Harold Hunt Date: Wed, 22 May 2024 00:59:41 -0400 Subject: [PATCH] Fix type error --- tests/sitemap-index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sitemap-index.test.ts b/tests/sitemap-index.test.ts index c42892c..b331069 100644 --- a/tests/sitemap-index.test.ts +++ b/tests/sitemap-index.test.ts @@ -506,7 +506,7 @@ describe('sitemapAndIndex', () => { function writeData( sms: SitemapStream | SitemapAndIndexStream, - data + data: string ): Promise { if (!sms.write(data)) { return new Promise((resolve) => {