Skip to content

Implement USD Redis Repository (cache) #132

Implement USD Redis Repository (cache)

Implement USD Redis Repository (cache) #132

Triggered via pull request July 18, 2024 13:26
@anxolinanxolin
synchronize #58
usd-repo-redis
Status Failure
Total duration 1m 2s
Artifacts

docker.yml

on: pull_request
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 1 warning
docker (apps/telegram): apps/notification-producer/src/main.ts#L94
Type 'string | null' is not assignable to type 'string | undefined'.
docker (apps/telegram): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/telegram): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/telegram): apps/telegram/src/main.ts#L1
Could not find a declaration file for module 'ms'. '/home/runner/work/bff/bff/node_modules/ms/index.js' implicitly has an 'any' type.
docker (apps/telegram): apps/telegram/src/main.ts#L105
Argument of type 'ConsumeMessage | null' is not assignable to parameter of type 'ConsumeMessage'.
docker (apps/telegram): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/telegram): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/telegram): apps/twap/src/app/data/order.ts#L17
Property 'id' has no initializer and is not definitely assigned in the constructor.
docker (apps/telegram): apps/twap/src/app/data/order.ts#L41
Property 'wallet' has no initializer and is not definitely assigned in the constructor.
docker (apps/telegram): apps/twap/src/app/data/order.ts#L44
Property 'sellToken' has no initializer and is not definitely assigned in the constructor.
docker (apps/notification-producer)
The job was canceled because "apps_telegram" failed.
docker (apps/notification-producer): apps/notification-producer/src/main.ts#L94
Type 'string | null' is not assignable to type 'string | undefined'.
docker (apps/notification-producer): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/notification-producer): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/notification-producer): apps/telegram/src/main.ts#L1
Could not find a declaration file for module 'ms'. '/home/runner/work/bff/bff/node_modules/ms/index.js' implicitly has an 'any' type.
docker (apps/notification-producer): apps/telegram/src/main.ts#L105
Argument of type 'ConsumeMessage | null' is not assignable to parameter of type 'ConsumeMessage'.
docker (apps/notification-producer): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/notification-producer): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/notification-producer): apps/twap/src/app/data/order.ts#L17
Property 'id' has no initializer and is not definitely assigned in the constructor.
docker (apps/notification-producer): apps/twap/src/app/data/order.ts#L41
Property 'wallet' has no initializer and is not definitely assigned in the constructor.
docker (apps/notification-producer): apps/twap/src/app/data/order.ts#L44
Property 'sellToken' has no initializer and is not definitely assigned in the constructor.
docker (apps/twap)
The job was canceled because "apps_telegram" failed.
docker (apps/twap): apps/notification-producer/src/main.ts#L94
Type 'string | null' is not assignable to type 'string | undefined'.
docker (apps/twap): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/twap): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/twap): apps/telegram/src/main.ts#L1
Could not find a declaration file for module 'ms'. '/home/runner/work/bff/bff/node_modules/ms/index.js' implicitly has an 'any' type.
docker (apps/twap): apps/telegram/src/main.ts#L105
Argument of type 'ConsumeMessage | null' is not assignable to parameter of type 'ConsumeMessage'.
docker (apps/twap): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/twap): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/twap): apps/twap/src/app/data/order.ts#L17
Property 'id' has no initializer and is not definitely assigned in the constructor.
docker (apps/twap): apps/twap/src/app/data/order.ts#L41
Property 'wallet' has no initializer and is not definitely assigned in the constructor.
docker (apps/twap): apps/twap/src/app/data/order.ts#L44
Property 'sellToken' has no initializer and is not definitely assigned in the constructor.
docker (apps/api)
The job was canceled because "apps_telegram" failed.
docker (apps/api): apps/notification-producer/src/main.ts#L94
Type 'string | null' is not assignable to type 'string | undefined'.
docker (apps/api): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/api): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/api): apps/telegram/src/main.ts#L1
Could not find a declaration file for module 'ms'. '/home/runner/work/bff/bff/node_modules/ms/index.js' implicitly has an 'any' type.
docker (apps/api): apps/telegram/src/main.ts#L105
Argument of type 'ConsumeMessage | null' is not assignable to parameter of type 'ConsumeMessage'.
docker (apps/api): libs/notifications/src/index.ts#L9
'process.env.QUEUE_PORT' is possibly 'undefined'.
docker (apps/api): libs/notifications/src/index.ts#L32
Parameter 'ms' implicitly has an 'any' type.
docker (apps/api): apps/twap/src/app/data/order.ts#L17
Property 'id' has no initializer and is not definitely assigned in the constructor.
docker (apps/api): apps/twap/src/app/data/order.ts#L41
Property 'wallet' has no initializer and is not definitely assigned in the constructor.
docker (apps/api): apps/twap/src/app/data/order.ts#L44
Property 'sellToken' has no initializer and is not definitely assigned in the constructor.
docker (apps/telegram)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/