Revert "fix: long polling doesnt wait"
This reverts commit 4382e090ab5ce3e09366736577101c3e9f8e6161.
This commit is contained in:
parent
4382e090ab
commit
37243d4d8c
@ -407,7 +407,7 @@ export async function runOperationWithErrorReporting(
|
||||
case OperationAttemptResultType.Pending:
|
||||
return await storeOperationPending(ws, opId);
|
||||
case OperationAttemptResultType.Longpoll:
|
||||
return await storeOperationPending(ws, opId);
|
||||
break;
|
||||
}
|
||||
} catch (e) {
|
||||
if (e instanceof TalerError) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user