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

Remove tenant_service.json fallback from tenant service lookup #281

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

chotai
Copy link
Contributor

@chotai chotai commented Sep 13, 2024

No description provided.

return services[0][service]
} catch (error) {
logger.error(error, `Error attempting to retrieve ${filePath} from GitHub`)
logger.error(`Error attempting to retrieve ${filePath} from GitHub`)
return undefined
Copy link
Contributor

Choose a reason for hiding this comment

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

FYI if you just return this is same same as return undefined

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

Copy link
Contributor

@feedmypixel feedmypixel left a comment

Choose a reason for hiding this comment

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

LGTM 🦖

@chotai chotai merged commit 1b04d67 into main Sep 26, 2024
1 check passed
@chotai chotai deleted the 442068 branch September 26, 2024 10:23
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