This commit is contained in:
callebtc
2022-09-30 03:12:30 +02:00
parent 6789a87c14
commit 616d05b2ef

View File

@@ -82,7 +82,6 @@ async def split(payload: SplitPayload):
except Exception as exc:
return {"error": str(exc)}
if not split_return:
# tere was a problem with the split
return {"error": "there was a problem with the split."}
fst_promises, snd_promises = split_return
return {"fst": fst_promises, "snd": snd_promises}