Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Mar 12, 2024
1 parent 3381bed commit d64cd3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

# Test mailbot settings
config.mailbot = {
bcc_address: '[email protected]'
bcc_address: '[email protected]'
}

# Use omniauth mock credentials
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

# Mailbot settings
config.mailbot = {
bcc_address: ENV.fetch('OSEM_MESSAGE_BCC_ADDRESS', nil)
bcc_address: ENV.fetch('OSEM_MESSAGE_BCC_ADDRESS', nil)
}

config.after_initialize do
Expand Down
2 changes: 1 addition & 1 deletion config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@

# Test mailbot settings
config.mailbot = {
bcc_address: '[email protected]'
bcc_address: '[email protected]'
}
end

0 comments on commit d64cd3e

Please sign in to comment.