Skip to content

Commit

Permalink
fix: Type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBursch committed Nov 15, 2024
1 parent fe4dd14 commit 4178bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitchenowl/lib/services/api/api_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ApiService {
String householdPath(Household household) => "/household/${household.id}";

static ApiService? _instance;
late final _client;
late final http.Client _client;
late final Socket socket;
final String baseUrl;
String? _refreshToken;
Expand Down

0 comments on commit 4178bef

Please sign in to comment.