feat: polls rewrite #1359
Annotations
2 errors and 9 warnings
lint:
src/types.ts#L969
Expected interface keys to be in required first natural insensitive ascending order. 'skip_last_msg_update_for_system_msgs' should be before 'url_enrichment'
|
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/poll.ts#L113
'id' is assigned a value but never used
|
lint:
src/poll.ts#L183
'latest_answers' is assigned a value but never used
|
lint:
src/poll.ts#L183
'own_votes' is assigned a value but never used
|
lint:
src/poll.ts#L241
'latest_answers' is assigned a value but never used
|
lint:
src/poll.ts#L241
'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
|