Skip to content

removed unused vars, linting #335

removed unused vars, linting

removed unused vars, linting #335

Triggered via push September 6, 2023 18:12
Status Success
Total duration 4m 50s
Artifacts
Matrix: backend
Matrix: frontend
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
backend (16): backend/src/authentication/PlaintextAuthenticationProvider.ts#L28
'_username' is defined but never used
backend (16): backend/src/authentication/PlaintextAuthenticationProvider.ts#L29
'_oldPassword' is defined but never used
backend (16): backend/src/authentication/PlaintextAuthenticationProvider.ts#L30
'_newPassword' is defined but never used
backend (16): backend/src/authentication/PlaintextAuthenticationProvider.ts#L31
'_confirmNewPassword' is defined but never used
backend (16): backend/src/authentication/PlaintextMultiuserAuthenticationProvider.ts#L50
'_oldPassword' is defined but never used
backend (16): backend/src/authentication/PlaintextMultiuserAuthenticationProvider.ts#L51
'_newPassword' is defined but never used
backend (16): backend/src/authentication/PlaintextMultiuserAuthenticationProvider.ts#L52
'_confirmNewPassword' is defined but never used