fix: Fix engine tests.

This commit is contained in:
Sam Tolmay 2023-10-14 16:46:18 +02:00
parent 421a3264fe
commit 9a826e6667
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ class Requests {
return Promise.all(requests);
}
callRequest({ actions, arrayIndices, blockId, event, requestId }) {
async callRequest({ actions, arrayIndices, blockId, event, requestId }) {
const requestConfig = this.requestConfig[requestId];
if (!this.context.requests[requestId]) {
this.context.requests[requestId] = [];