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

False Type declaration #93

Open
Ankush263 opened this issue Jun 19, 2023 · 0 comments
Open

False Type declaration #93

Ankush263 opened this issue Jun 19, 2023 · 0 comments

Comments

@Ankush263
Copy link

Describe the bug
A clear and concise description of what the bug is.
In helper/core/workflows/standardWorkflow at the line 87, these errors occurs
Don't use Number as a type. Use number instead & Don't use String as a type. Use string instead

To Reproduce
Steps to reproduce the behavior:

  1. Go to helper/core/workflows/standardWorkflow
  2. Go to the line 87 -> const template: Number | String = await prompts
  3. See error

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot (86)

Additional context
Add any other context about the problem here.
Solution
const template: Number | String = await prompts -> const template: number | string = await prompts

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

No branches or pull requests

1 participant