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 @@ -64,7 +64,7 @@ namespace Example
6464 {
6565 private static void Main ()
6666 {
67- Execute .Wait ();
67+ Execute .Wait ();
6868 }
6969
7070 static async Task Execute ()
@@ -101,10 +101,10 @@ namespace Example
101101 {
102102 private static void Main ()
103103 {
104- Execute .Wait ();
104+ Execute .Wait ();
105105 }
106106
107- static async Task Execute ()
107+ static async Task Execute ()
108108 {
109109 String apiKey = Environment .GetEnvironmentVariable (" NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY" , EnvironmentVariableTarget .User );
110110 dynamic sg = new SendGridAPIClient (apiKey );
@@ -149,15 +149,15 @@ namespace Example
149149 {
150150 private static void Main ()
151151 {
152- Execute .Wait ();
152+ Execute .Wait ();
153153 }
154154
155155 static async Task Execute ()
156156 {
157157 string apiKey = Environment .GetEnvironmentVariable (" NAME_OF_THE_ENVIRONMENT_VARIABLE_FOR_YOUR_SENDGRID_KEY" , EnvironmentVariableTarget .User );
158158 dynamic sg = new SendGrid .SendGridAPIClient (apiKey );
159- dynamic response = await sg .client .suppression .bounces .get ();
160- }
159+ dynamic response = await sg .client .suppression .bounces .get ();
160+ }
161161 }
162162}
163163```
You can’t perform that action at this time.
0 commit comments