Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed May 22, 2024
1 parent db21ddb commit 8dbbf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sitemap-index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ describe('sitemapAndIndex', () => {

function writeData(
sms: SitemapStream | SitemapAndIndexStream,
data
data: string
): Promise<void> {
if (!sms.write(data)) {
return new Promise((resolve) => {
Expand Down

0 comments on commit 8dbbf7e

Please sign in to comment.