We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273079f commit bbd9191Copy full SHA for bbd9191
lib/src/config/app_dependencies.dart
@@ -175,7 +175,6 @@ class AppDependencies {
175
final sendGridHttpClient = HtHttpClient(
176
baseUrl: '$sendGridApiBase/v3',
177
tokenProvider: () async => EnvironmentConfig.sendGridApiKey,
178
- isWeb: false, // This is a server-side implementation.
179
logger: Logger('HtEmailSendgridClient'),
180
);
181
0 commit comments