Skip to content

Commit d8fe0f6

Browse files
committed
refactor(http): remove unnecessary isWeb flag
1 parent 127e012 commit d8fe0f6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/bootstrap.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Future<Widget> bootstrap(
4444
httpClient = HtHttpClient(
4545
baseUrl: appConfig.baseUrl,
4646
tokenProvider: () => authenticationRepository.getAuthToken(),
47-
isWeb: kIsWeb,
4847
logger: logger,
4948
);
5049
authClient = HtAuthApi(httpClient: httpClient);

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ packages:
434434
description:
435435
path: "."
436436
ref: HEAD
437-
resolved-ref: "6484a5641c3d633d286ea5848c5b7cf1e723ebc1"
437+
resolved-ref: "3c50cd082406d4cacafe60ad097ba6fa6ba891eb"
438438
url: "https://github.com/headlines-toolkit/ht-http-client.git"
439439
source: git
440440
version: "0.0.0"

0 commit comments

Comments
 (0)