fix: update out-of-date language cache (#1775)
This commit is contained in:
parent
a71f519700
commit
811e732371
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue