do not await unnecessarily

This commit is contained in:
sneurlax 2023-01-25 12:13:20 -06:00
parent e67dbf5c49
commit 2282290b74

View file

@ -189,7 +189,7 @@ class SimplexAPI {
jsonArray['quote'] = quote; // Add and pass this on
return await _parseQuote(jsonArray);
return _parseQuote(jsonArray);
} catch (e, s) {
Logging.instance.log("getQuote exception: $e\n$s", level: LogLevel.Error);
return BuyResponse(