Skip to content

Commit 14e16ad

Browse files
author
Justin Faler
authored
Update flood.cs
1 parent 20ba445 commit 14e16ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flood.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ _____ ____ __ ______
4343
TwilioClient.Init(accountSid, authtoken);
4444

4545
var count = 1;
46+
4647
// do while loop
4748
do
4849
{
@@ -58,7 +59,6 @@ _____ ____ __ ______
5859
}
5960

6061
// Call Function
61-
6262
static void Call(string FromNumber)
6363
{
6464
try

0 commit comments

Comments
 (0)