parent
4382e090ab
commit
37243d4d8c
@ -407,7 +407,7 @@ export async function runOperationWithErrorReporting(
|
|||||||
case OperationAttemptResultType.Pending:
|
case OperationAttemptResultType.Pending:
|
||||||
return await storeOperationPending(ws, opId);
|
return await storeOperationPending(ws, opId);
|
||||||
case OperationAttemptResultType.Longpoll:
|
case OperationAttemptResultType.Longpoll:
|
||||||
return await storeOperationPending(ws, opId);
|
break;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (e instanceof TalerError) {
|
if (e instanceof TalerError) {
|
||||||
|
Loading…
Reference in New Issue
Block a user