Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

fix: remove floating promises#1697

Merged
sofisl merged 19 commits intomainfrom
updateLinter
Mar 18, 2025
Merged

fix: remove floating promises#1697
sofisl merged 19 commits intomainfrom
updateLinter

Conversation

@sofisl
Copy link
Copy Markdown
Contributor

@sofisl sofisl commented Mar 14, 2025

Fixes issue with Node 18 that linting has been blocked due to un-awaited promises. This should fix it.

@sofisl sofisl requested review from a team March 14, 2025 06:46
@sofisl
Copy link
Copy Markdown
Contributor Author

sofisl commented Mar 14, 2025

@sofisl sofisl closed this Mar 14, 2025
@sofisl sofisl reopened this Mar 14, 2025
Copy link
Copy Markdown
Contributor

@danieljbruce danieljbruce left a comment

Choose a reason for hiding this comment

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

Looks fine to me.

The only line that concerned me was opting out of gax retries at:
https://github.com/googleapis/gapic-generator-typescript/pull/1697/files#diff-d1e77a3ac48fccec73f27d57cdef9c62f6cd7173640fa6159e7d00da6bc57c6aR618

But it should be good to go if this is really just a red herring.

@danieljbruce
Copy link
Copy Markdown
Contributor

The link I posted doesn't work. I mean the line that says this:

const client = new {{ service.name.toLowerCase() }}Module.{{ api.naming.version }}.{{ service.name }}Client({{- util.initClientOptions(api.rest, true)

@sofisl sofisl merged commit c215012 into main Mar 18, 2025
@sofisl sofisl deleted the updateLinter branch March 18, 2025 19:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants