Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(admin-sever): fix broken connection in email-bounce script #12508

Merged
merged 1 commit into from
Apr 15, 2022

Conversation

dschom
Copy link
Contributor

@dschom dschom commented Apr 14, 2022

Because

  • A command like email-bounce --email test@example.com --count 3 would fail to connect to the db.

This pull request

  • Fixes the connection string. It should have referenced config.database.fxa, which appears to be collateral damage from a previous refactor.

Issue that this pull request solves

Closes: #12507

Checklist

Put an x in the boxes that apply

  • My commit is GPG signed.
  • If applicable, I have modified or added tests which pass locally.
  • I have added necessary documentation (if appropriate).
  • I have verified that my changes render correctly in RTL (if appropriate).

Because:
- A command like `email-bounce --email test@example.com --count 3` would fail to connect to the db.

This Commit:
- Fixes the connection string. It should have referenced config.database.fxa, which appears to be collateral damage from a previous refactor.
@dschom dschom requested a review from a team as a code owner April 14, 2022 23:09
@dschom dschom merged commit 0f99363 into main Apr 15, 2022
@dschom dschom deleted the fix-email-bounce-script-connection-issue branch August 1, 2022 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin server's email bounce script broken
2 participants