mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 01:11:13 +03:00
chore(server): update openapi (#2205)
This commit is contained in:
2
mobile/openapi/lib/model/time_group_enum.dart
generated
2
mobile/openapi/lib/model/time_group_enum.dart
generated
@@ -67,7 +67,7 @@ class TimeGroupEnumTypeTransformer {
|
||||
/// and users are still using an old app with the old code.
|
||||
TimeGroupEnum? decode(dynamic data, {bool allowNull = true}) {
|
||||
if (data != null) {
|
||||
switch (data.toString()) {
|
||||
switch (data) {
|
||||
case r'day': return TimeGroupEnum.day;
|
||||
case r'month': return TimeGroupEnum.month;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user