mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-18 04:06:19 +00:00
fix: wait for connector to finish executing
This commit is contained in:
@@ -52,7 +52,7 @@ commander
|
||||
// TODO for connector-developers: set your connector here
|
||||
const connector = new MinimalConnector(licensePlate, origin);
|
||||
|
||||
executeConnector(backend, connector);
|
||||
await executeConnector(backend, connector);
|
||||
Logger.ok('Done');
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user