feat: polls rewrite #1344
Annotations
1 error and 11 warnings
lint
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/channel.ts#L63
'Poll' is defined but never used
|
lint:
src/client.ts#L216
'Poll' is defined but never used
|
lint:
src/poll.ts#L114
'id' is assigned a value but never used
|
lint:
src/poll.ts#L189
'latest_answers' is assigned a value but never used
|
lint:
src/poll.ts#L189
'own_votes' is assigned a value but never used
|
lint:
src/poll.ts#L225
Forbidden non-null assertion
|
lint:
src/poll.ts#L238
'latest_answers' is assigned a value but never used
|
lint:
src/poll.ts#L238
'own_votes' is assigned a value but never used
|
lint:
src/poll.ts#L275
'latest_answers' is assigned a value but never used
|
lint:
src/poll.ts#L275
'own_votes' is assigned a value but never used
|