We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af79fd commit bdb1d41Copy full SHA for bdb1d41
1 file changed
lib/services/price.dart
@@ -202,7 +202,7 @@ class PriceAPI {
202
203
static Future<List<String>?> availableBaseCurrencies() async {
204
final externalCalls = Prefs.instance.externalCalls;
205
- final HTTP client = HTTP();
+ const client = HTTP();
206
207
if ((!Util.isTestEnv && !externalCalls) ||
208
!(await Prefs.instance.isExternalCallsSet())) {
0 commit comments