The tests work
This commit is contained in:
+2
-1
@@ -350,7 +350,8 @@ export class AppService extends EventEmitter<AppEventMap> {
|
||||
// console.error('Unreserving resources is not currently supported by the engine')
|
||||
for (const [invitationIdentifier, outputs] of byInvitation) {
|
||||
// Remove them directly from state
|
||||
this.state.archiveInvitation(invitationIdentifier);
|
||||
// TODO: Make this parallel. CBF doing it now, because it likely breaks things.
|
||||
await this.state.archiveInvitation(invitationIdentifier);
|
||||
|
||||
// await this.engine.unreserveResources(
|
||||
// outputs.map((o) => ({
|
||||
|
||||
Reference in New Issue
Block a user