fix: update out-of-date language cache (#1775)

pull/1605/head
ggurdin 9 months ago committed by GitHub
parent a71f519700
commit 811e732371
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -66,7 +66,7 @@ class PangeaLanguage {
}
// return true;
final DateTime lastFetchedDate = DateTime.parse(dateString);
final DateTime targetDate = DateTime(2024, 1, 15);
final DateTime targetDate = DateTime(2025, 2, 12);
if (lastFetchedDate.isBefore(targetDate)) {
return true;
}

Loading…
Cancel
Save