WIP: convert messages.ts #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 1 warning
ci_to_main:
bot/messages.ts#L1
'error' is of type 'unknown'.
|
ci_to_main:
bot/messages.ts#L1
Parameter 'request' implicitly has an 'any' type.
|
ci_to_main:
bot/messages.ts#L1
Parameter 'order' implicitly has an 'any' type.
|
ci_to_main:
bot/messages.ts#L1
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
ci_to_main:
bot/messages.ts#L1
Parameter 'order' implicitly has an 'any' type.
|
ci_to_main:
bot/messages.ts#L1
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
ci_to_main:
bot/messages.ts#L1
'process.env.ORDER_PUBLISHED_EXPIRATION_WINDOW' is possibly 'undefined'.
|
ci_to_main:
bot/messages.ts#L1
Parameter 'order' implicitly has an 'any' type.
|
ci_to_main:
bot/messages.ts#L1
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
ci_to_main:
bot/messages.ts#L1
'process.env.ORDER_PUBLISHED_EXPIRATION_WINDOW' is possibly 'undefined'.
|
ci_to_main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|