Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Oct 4, 2024
1 parent 3e20e82 commit 9f0283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/spaces.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let whitePoints = Object.entries(WHITES);

// 11ty chokes on this
// import modules from "./modules.json" with { type: "json" };
const modules = await (await fetch(new URL("data/modules.json", import.meta.url)).json());
const modules = await (await fetch(new URL("data/modules.json", import.meta.url))).json();

let spaces = {};

Expand Down

0 comments on commit 9f0283c

Please sign in to comment.