You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build:temporal]
[build:temporal] > build:temporal
[build:temporal] > tsc --build ./temporal/tsconfig.json
[build:temporal]
[build:temporal] app/lib/survey/answer.ts(4,19): error TS7031: Binding element 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(4,29): error TS7031: Binding element 'value' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(4,36): error TS7031: Binding element 'email' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(14,26): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(4,19): error TS7031: Binding element 'question' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(4,29): error TS7031: Binding element 'limit' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(13,14): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(5,19): error TS7031: Binding element 'question' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(5,29): error TS7031: Binding element 'limit' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(9,24): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(13,18): error TS7006: Parameter 'options' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,25): error TS7031: Binding element 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,35): error TS7031: Binding element 'value' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,42): error TS7031: Binding element 'email' implicitly has an 'any' type.
ERROR: "build:temporal" exited with 1.
The text was updated successfully, but these errors were encountered:
`node ➜ /workspace (main) $ npm run dev
> dev
> npm-run-all -l build:temporal --parallel dev:css dev:temporal dev:remix start:worker
[build:temporal]
[build:temporal] > build:temporal
[build:temporal] > tsc --build ./temporal/tsconfig.json
[build:temporal]
[build:temporal] app/lib/survey/answer.ts(4,19): error TS7031: Binding element 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(4,29): error TS7031: Binding element 'value' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(4,36): error TS7031: Binding element 'email' implicitly has an 'any' type.
[build:temporal] app/lib/survey/answer.ts(14,26): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(4,19): error TS7031: Binding element 'question' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(4,29): error TS7031: Binding element 'limit' implicitly has an 'any' type.
[build:temporal] app/lib/survey/survey.ts(13,14): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(5,19): error TS7031: Binding element 'question' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(5,29): error TS7031: Binding element 'limit' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(9,24): error TS7006: Parameter 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(13,18): error TS7006: Parameter 'options' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,25): error TS7031: Binding element 'surveyId' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,35): error TS7031: Binding element 'value' implicitly has an 'any' type.
[build:temporal] app/lib/surveys.ts(17,42): error TS7031: Binding element 'email' implicitly has an 'any' type.
ERROR: "build:temporal" exited with 1.
The text was updated successfully, but these errors were encountered: