Skip to content

Commit

Permalink
Merge pull request #6 from matheuscaad/main
Browse files Browse the repository at this point in the history
Replacing the keyword "assert" with "with"
  • Loading branch information
dsteele101 authored Oct 1, 2024
2 parents 96e1896 + 5b102cf commit 89bc354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import data from './properties.json' assert {type: 'json'};
import data from './properties.json' with {type: 'json'};

console.log(data)
data.innerText = JSON.stringify(data, null, 2);
Expand Down

0 comments on commit 89bc354

Please sign in to comment.