Skip to content

fix: hash function typo #1135

fix: hash function typo

fix: hash function typo #1135

Triggered via pull request September 12, 2023 11:32
Status Failure
Total duration 24s
Artifacts

node.js.yml

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

Annotations

10 errors and 1 warning
build (18): src/button.ts#L1
An import path cannot end with a '.ts' extension. Consider importing './deps/typegram.js' instead.
build (18): src/composer.ts#L3
An import path cannot end with a '.ts' extension. Consider importing './deps/typegram.js' instead.
build (18): src/composer.ts#L4
An import path cannot end with a '.ts' extension. Consider importing './telegram-types.js' instead.
build (18): src/composer.ts#L5
An import path cannot end with a '.ts' extension. Consider importing './middleware.js' instead.
build (18): src/composer.ts#L6
An import path cannot end with a '.ts' extension. Consider importing './context.js' instead.
build (18): src/composer.ts#L12
An import path cannot end with a '.ts' extension. Consider importing './util.js' instead.
build (18): src/composer.ts#L13
An import path cannot end with a '.ts' extension. Consider importing './filters.js' instead.
build (18): src/composer.ts#L161
Parameter 'ctx' implicitly has an 'any' type.
build (18): src/composer.ts#L161
Parameter 'next' implicitly has an 'any' type.
build (18): src/composer.ts#L193
Parameter 'ctx' implicitly has an 'any' type.
build (18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/