File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -177,12 +177,12 @@ namespace Example
177177 Execute .Wait ();
178178 }
179179
180- static async Task Execute ()
181- {
182- string apiKey = Environment .GetEnvironmentVariable (" NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY" , EnvironmentVariableTarget .User );
183- dynamic sg = new SendGrid .SendGridAPIClient (apiKey );
184- dynamic response = await sg .client ._ (" suppression/bounces" ).get ();
185- }
180+ static async Task Execute ()
181+ {
182+ string apiKey = Environment .GetEnvironmentVariable (" NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY" , EnvironmentVariableTarget .User );
183+ dynamic sg = new SendGrid .SendGridAPIClient (apiKey );
184+ dynamic response = await sg .client ._ (" suppression/bounces" ).get ();
185+ }
186186 }
187187}
188188```
You can’t perform that action at this time.
0 commit comments