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

fix: ts errors #19792

Merged
merged 1 commit into from Mar 13, 2024
Merged

fix: ts errors #19792

merged 1 commit into from Mar 13, 2024

Conversation

ramonlsouza
Copy link
Member

What does this PR do?

fix typescript errors:
imports/ui/Types/user.ts(57,3): error TS2300: Duplicate identifier 'isDialIn'.

/imports/ui/components/user-list/user-list-content/user-participants/user-list-participants/list-item/component.tsx
  178:1   error  Expected indentation of 4 spaces but found 2  indent
  180:1   error  Expected indentation of 4 spaces but found 2  indent
  181:1   error  Expected indentation of 6 spaces but found 4  indent
  182:1   error  Expected indentation of 4 spaces but found 2  indent
  182:10  error  Unnecessary 'else' after 'return'             no-else-return
  183:1   error  Expected indentation of 6 spaces but found 4  indent
  184:1   error  Expected indentation of 8 spaces but found 6  indent
  185:1   error  Expected indentation of 8 spaces but found 6  indent
  186:1   error  Expected indentation of 4 spaces but found 2  indent
  187:1   error  Expected indentation of 6 spaces but found 4  indent
  188:1   error  Expected indentation of 8 spaces but found 6  indent
  189:1   error  Expected indentation of 8 spaces but found 6  indent
  190:1   error  Expected indentation of 4 spaces but found 2  indent
  191:1   error  Expected indentation of 6 spaces but found 4  indent
  192:1   error  Expected indentation of 4 spaces but found 2  indent
  193:1   error  Expected indentation of 6 spaces but found 4  indent
  194:1   error  Expected indentation of 4 spaces but found 2  indent
  195:1   error  Expected indentation of 6 spaces but found 4  indent
  196:1   error  Expected indentation of 4 spaces but found 2  indent
  197:1   error  Expected indentation of 6 spaces but found 4  indent
  198:1   error  Expected indentation of 4 spaces but found 2  indent
  199:1   error  Expected indentation of 2 spaces but found 0  indent

@ramonlsouza ramonlsouza added this to the Release 3.0 milestone Mar 13, 2024
Copy link

sonarcloud bot commented Mar 13, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

Automated tests Summary

All the CI tests have passed!

@ramonlsouza ramonlsouza merged commit bc0e98f into bigbluebutton:v3.0.x-release Mar 13, 2024
27 checks passed
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.

None yet

1 participant