refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
2025-03-20 18:39:42 -05:00
parent 674a5a6fe1
commit a28151068a

View File

@@ -273,7 +273,7 @@ Future<Map<String, dynamic>> convertAllToString(
return settings;
}
return await convert(settings);
return convert(settings);
}
String encryptValue(String value, String password) {