mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 14:37:41 +09:00
chore(mobile): properly patch openapi with custom response dto (#11753)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
@@ -15,6 +15,7 @@
|
||||
@@ -15,6 +15,8 @@
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:collection/collection.dart';
|
||||
+import 'package:flutter/foundation.dart';
|
||||
+import 'package:immich_mobile/utils/openapi_patching.dart';
|
||||
import 'package:http/http.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:meta/meta.dart';
|
||||
|
||||
Reference in New Issue
Block a user