Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritysdx committed Jul 1, 2024
1 parent 5218c95 commit 2beb74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func main() {
if emailTestStatus {
wg2.Add(1)
go func() {
defer wg1.Done()
defer wg2.Done()
emailInfo = email.EmailCheck()
}()
}
Expand Down

0 comments on commit 2beb74c

Please sign in to comment.