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

Convert ProjectLogsManager to TS #1312

Merged
merged 3 commits into from
Dec 20, 2024
Merged

Convert ProjectLogsManager to TS #1312

merged 3 commits into from
Dec 20, 2024

Conversation

camden11
Copy link
Contributor

Description and Context

Not much to report here. This converts the ProjectLogsManager to TS

Who to Notify

@brandenrodgers @kecarroll @joe-yeager

@@ -133,12 +146,11 @@ class ProjectLogsManager {

if (this.selectedFunction.deployOutput.endpoint) {
this.endpointName = this.selectedFunction.deployOutput.endpoint.path;
this.method = this.selectedFunction.deployOutput.endpoint.method;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was both trying to access a field that doesn't exist (it should be methods) and not actually used anywhere so I just removed it

Copy link
Contributor

Choose a reason for hiding this comment

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

😭 Well, it's good we caught it now

Copy link
Contributor

@kemmerle kemmerle left a comment

Choose a reason for hiding this comment

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

:shipit:

@camden11 camden11 merged commit 6305513 into next Dec 20, 2024
1 check passed
@camden11 camden11 deleted the cp/convert-ts-lib-4 branch December 20, 2024 18:09
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