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

improvement(cloud): print link to Cloud namespace if applicable #2867

Merged
merged 1 commit into from
Apr 7, 2022

Conversation

eysi09
Copy link
Collaborator

@eysi09 eysi09 commented Mar 25, 2022

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

@eysi09 eysi09 marked this pull request as ready for review April 7, 2022 17:32
@@ -113,6 +113,7 @@ export class CloudApi {
private log: LogEntry
private intervalMsec = 4500 // Refresh interval in ms, it needs to be less than refreshThreshold/2
private apiPrefix = "api"
private _project?: GetProjectResponse["data"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

No big deal, but we tend not to use underscore prefixes for private properties.

Copy link
Collaborator

@edvald edvald left a comment

Choose a reason for hiding this comment

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

Looks good! Just one minor comment, barely worth acting on.

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.

3 participants