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

refactor: updated voice snippets #176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

manchuck
Copy link
Contributor

Description

Motivation and Context

Testing Details

Example Output(if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING.md document.
  • All new and existing tests passed.

@manchuck manchuck force-pushed the update-voice-snippets branch from c5a0755 to 404211a Compare February 25, 2025 21:35
@manchuck manchuck requested review from dragonmantank, SMadani and Tr00d and removed request for dragonmantank February 25, 2025 21:36
const port = process.env.PORT || 3000;
const VONAGE_FROM_NUMBER = process.env.VONAGE_FROM_NUMBER;
const VONAGE_TO_NUMBER = process.env.VONAGE_TO_NUMBER;
const VONAGE_ALT_NUMBER = process.env.VONAGE_ALT_NUMBER;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unnecessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used on line 26. I'm not fully sure if this needs to change to VOICE_TO_NUMBER

@manchuck manchuck force-pushed the update-voice-snippets branch 2 times, most recently from b58bbbf to eea396e Compare February 28, 2025 20:01
@manchuck manchuck force-pushed the update-voice-snippets branch from eea396e to 705f937 Compare February 28, 2025 20:24
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.

2 participants