Add multisigSessionCountRouter #57
Annotations
6 errors and 12 warnings
test:
src/repositories/multisigSessionRepository.ts#L52
Replace `fromDate:·Date,·toDate:·Date` with `⏎··fromDate:·Date,⏎··toDate:·Date,⏎`
|
|
test:
src/routes/v1/multisigSessionCountRouter.ts#L13
Replace `.status(422).json({·message:·errorMessagesEnum.MULTISIG_SESSION_COUNTS_INVALID_REQUEST` with `⏎··········.status(422)⏎··········.json({⏎············message:·errorMessagesEnum.MULTISIG_SESSION_COUNTS_INVALID_REQUEST,⏎·········`
|
test:
src/routes/v1/multisigSessionCountRouter.ts#L17
Replace `new·Date(String(from)),·new·Date(String(to))` with `⏎········new·Date(String(from)),⏎········new·Date(String(to)),⏎······`
|
test:
src/utils/errorMessages.ts#L144
Insert `,`
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test:
migrations/1695476070385-UpdateMultisigSessionEntity.ts#L1
'MultisigStatuses' is defined but never used
|
test:
migrations/1695476070385-UpdateMultisigSessionEntity.ts#L1
'MultisigStatuses' is defined but never used
|
test:
migrations/1701273095150-addDefaultAdminUser.ts#L3
Require statement not part of import statement
|
test:
src/controllers/v1/authorizationController.ts#L20
Unexpected any. Specify a different type
|
test:
src/controllers/v1/multisigAuthenticationController.ts#L12
'firstOrCreateMultisigSession' is defined but never used
|
test:
src/controllers/v1/multisigAuthenticationController.ts#L12
'firstOrCreateMultisigSession' is defined but never used
|
test:
src/controllers/v1/multisigAuthenticationController.ts#L34
Unexpected any. Specify a different type
|
test:
src/controllers/v1/multisigAuthenticationController.ts#L35
Unexpected any. Specify a different type
|
test:
src/controllers/v1/multisigAuthenticationController.ts#L36
Unexpected any. Specify a different type
|
test:
src/controllers/v1/passportAuthenticationController.ts#L1
'SiweMessage' is defined but never used
|