Skip to content

Commit

Permalink
Update scripts/generate-connections.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys <Anemy@users.noreply.github.com>
  • Loading branch information
mabaasit and Anemy authored Dec 20, 2023
1 parent b38b1d6 commit fa11d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-connections.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function generateConnections() {

async function writeConnections() {
const data = generateConnections();
fs.writeFile(FILE_PATH, JSON.stringify(data, null, 2));
await fs.writeFile(FILE_PATH, JSON.stringify(data, null, 2));
}

/**
Expand Down

0 comments on commit fa11d11

Please sign in to comment.