-
Notifications
You must be signed in to change notification settings - Fork 2
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: update check to verify string, otherwise it fails to verify #2
Conversation
from talking with @KonradStaniec Any opinions on what to do here? @SebastianElvis @gitferry |
Hmm I'm trying out local deployments of all migrated repositories, and come across this error
Seems related to this fix? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch! Caught this when debugging local deployment as well
waiting for a second look @SebastianElvis |
@RafilxTenfen This check is unnecessary b/c the switch statement already ensures we are in the Same for the check from the If there's a specific reason to keep these check (e.g., to catch configuration mismatches), consider moving it to a separate validation function that's called before the switch statement. |
|
No description provided.