Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
djuarezgf committed Oct 18, 2024
1 parent eb7a3af commit 00b980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ app.use(store);

// Load config before bootstrapping the application
export const bootstrap = async () => {
return new Promise(async (resolve) => {
return new Promise((resolve) => {
// Load the configuration first
await getConfig();

Expand Down

0 comments on commit 00b980a

Please sign in to comment.