Update Question Service #22
Annotations
10 errors
Linting:
services/question/src/controllers/questionController.ts#L14
Replace `"All·questions·retrieved·successfully"` with `'All·questions·retrieved·successfully'`
|
Linting:
services/question/src/controllers/questionController.ts#L41
Replace `"Question·with·ID·retrieved·successfully"` with `'Question·with·ID·retrieved·successfully'`
|
|
Linting:
services/question/src/controllers/questionController.ts#L83
Replace `"Questions·with·Parameters·retrieved·successfully"` with `'Questions·with·Parameters·retrieved·successfully'`
|
Linting:
services/question/src/controllers/questionController.ts#L103
Replace `"Topics·retrieved·successfully"` with `'Topics·retrieved·successfully'`
|
|
Linting:
services/question/src/utils/helpers.ts#L10
Unexpected any. Specify a different type
|
Linting:
services/question/src/utils/helpers.ts#L10
Unexpected any. Specify a different type
|
Linting:
services/question/src/utils/helpers.ts#L10
'message' is assigned a value but never used
|
Linting:
services/question/src/utils/helpers.ts#L22
Unexpected any. Specify a different type
|
Loading