satisfied the linter
All checks were successful
Check Misskey JS version / Check version (pull_request) Successful in 9s
Lint / pnpm_install (pull_request) Successful in 36s
API report (misskey.js) / report (pull_request) Successful in 43s
Test (misskey.js) / test (22.x) (pull_request) Successful in 1m3s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m22s
Test (production install and build) / production (22.x) (pull_request) Successful in 1m0s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m29s
Lint / lint (backend) (pull_request) Successful in 1m4s
Test (backend) / unit (22.x) (pull_request) Successful in 2m35s
Lint / lint (misskey-js) (pull_request) Successful in 36s
Lint / lint (sw) (pull_request) Successful in 30s
Lint / typecheck (misskey-js) (pull_request) Successful in 29s
Lint / typecheck (backend) (pull_request) Successful in 1m27s
Lint / lint (frontend) (pull_request) Successful in 7m28s
Test (backend) / e2e (22.x) (pull_request) Successful in 6m12s

This commit is contained in:
Leah 2025-02-04 17:11:27 +01:00
parent c48a73b5b1
commit ed5cb52f9a

View file

@ -78,7 +78,6 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
throw err;
});
if (!note.hasPoll) {
throw new ApiError(meta.errors.noPoll);
}