Skip to content

Commit bbd9191

Browse files
committed
refactor(config): remove redundant isWeb flag
- Removed unnecessary `isWeb` flag. - Simplified `HtHttpClient` initialization.
1 parent 273079f commit bbd9191

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/config/app_dependencies.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ class AppDependencies {
175175
final sendGridHttpClient = HtHttpClient(
176176
baseUrl: '$sendGridApiBase/v3',
177177
tokenProvider: () async => EnvironmentConfig.sendGridApiKey,
178-
isWeb: false, // This is a server-side implementation.
179178
logger: Logger('HtEmailSendgridClient'),
180179
);
181180

0 commit comments

Comments
 (0)