mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
update builder method and use in index
This commit is contained in:
@@ -42,7 +42,7 @@ async function main() {
|
||||
} else {
|
||||
systems = await Promise.all(supportedSystems.map(
|
||||
async (systemArguments) => {
|
||||
return InterchangeSystem.buildForTesting(systemArguments);
|
||||
return await InterchangeSystem.build(systemArguments);
|
||||
},
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user