Skip to content

fix: Add void return type to bootstrap function#351

Closed
albasyir wants to merge 1 commit into
nestjs:masterfrom
albasyir:patch-1
Closed

fix: Add void return type to bootstrap function#351
albasyir wants to merge 1 commit into
nestjs:masterfrom
albasyir:patch-1

Conversation

@albasyir

Copy link
Copy Markdown

to fix eslint rejection when fresh install

Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.eslint@typescript-eslint/no-floating-promises

eslint rejection

```
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator.eslint@typescript-eslint/no-floating-promises
```
@kamilmysliwiec

Copy link
Copy Markdown
Member

#338

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