Skip to content

Commit 26c1b36

Browse files
authored
fix: wrong syntax for assert in import (#8442)
1 parent e02dd46 commit 26c1b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/generate-sitemap.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { execSync } from 'child_process';
33
import crypto from 'node:crypto';
44
import * as cheerio from 'cheerio';
55
import dotenv from 'dotenv';
6-
import flatDirectory from '../src/directory/flatDirectory.json' assert { type: 'json' };
6+
import flatDirectory from '../src/directory/flatDirectory.json' with { type: 'json' };
77

88
dotenv.config({ path: './.env.custom' });
99

0 commit comments

Comments
 (0)