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

This commit is contained in:
ggurdin 2025-02-12 13:57:15 -05:00 committed by GitHub
parent a71f519700
commit 811e732371
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}