Skip to content

Fix linting issues

Fix linting issues #8

Triggered via push October 29, 2023 13:58
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
Lint, Check Types
22s
Lint, Check Types
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
Lint, Check Types
Process completed with exit code 1.
Lint, Check Types: guest-list-mobile/app/index.tsx#L55
'firstName' is already declared in the upper scope on line 40 column 11
Lint, Check Types: guest-list-mobile/app/index.tsx#L55
'lastName' is already declared in the upper scope on line 40 column 22
Lint, Check Types: guest-list-mobile/app/index.tsx#L71
Promises must be awaited, end with a call to .catch, or end with a call to .then with a rejection handler