Skip to content

Commit

Permalink
Fixes an issue just introduced.
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Aug 1, 2022
1 parent 736ddc9 commit d062df5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dada/DADA/App/Support/Net/Amazon/SES.pm
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ sub send_msg {
}

return ($response_code, $response_content);

}

# Read the credentials from $AWS_CREDENTIALS_FILE file.
sub read_credentials {
Expand Down Expand Up @@ -570,7 +570,7 @@ sub get_response {



#sub DESTORY {}
sub DESTORY {}


1;
Expand Down

0 comments on commit d062df5

Please sign in to comment.