mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-17 14:30:34 +08:00
fix: Fix engine tests.
This commit is contained in:
parent
421a3264fe
commit
9a826e6667
@ -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] = [];
|
||||
|
Loading…
Reference in New Issue
Block a user