Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix deprecated warning for interval.decorator.ts #1756

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

hkjeffchan
Copy link
Contributor

@hkjeffchan hkjeffchan commented Sep 13, 2024

[DEP0056] DeprecationWarning: The util.isString API is deprecated. Please use typeof arg === "string" instead.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

[DEP0056] DeprecationWarning: The util.isString API is deprecated. Please use typeof arg === "string" instead.

Issue Number: #1757

What is the new behavior?

Fixed DeprecationWarning

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

[DEP0056] DeprecationWarning: The `util.isString` API is deprecated.  Please use `typeof arg === "string"` instead.
@kamilmysliwiec kamilmysliwiec merged commit 745118f into nestjs:master Sep 16, 2024
1 check passed
@kamilmysliwiec
Copy link
Member

LGTM

@hkjeffchan hkjeffchan deleted the patch-1 branch September 16, 2024 15:21
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants