now?
Some checks failed
Lint / pnpm_install (pull_request) Successful in 32s
API report (misskey.js) / report (push) Successful in 45s
API report (misskey.js) / report (pull_request) Successful in 46s
Test (misskey.js) / test (22.x) (pull_request) Successful in 48s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m25s
Test (production install and build) / production (22.x) (pull_request) Successful in 1m3s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m29s
Lint / lint (backend) (pull_request) Successful in 1m3s
Test (backend) / unit (22.x) (pull_request) Successful in 2m52s
Lint / lint (sw) (pull_request) Successful in 30s
Lint / lint (misskey-js) (pull_request) Successful in 34s
Lint / typecheck (misskey-js) (pull_request) Successful in 32s
Lint / typecheck (backend) (pull_request) Successful in 1m25s
Test (backend) / e2e (22.x) (pull_request) Failing after 6m42s
Lint / lint (frontend) (pull_request) Successful in 7m41s
Some checks failed
Lint / pnpm_install (pull_request) Successful in 32s
API report (misskey.js) / report (push) Successful in 45s
API report (misskey.js) / report (pull_request) Successful in 46s
Test (misskey.js) / test (22.x) (pull_request) Successful in 48s
Test (frontend) / vitest (22.x) (pull_request) Successful in 1m25s
Test (production install and build) / production (22.x) (pull_request) Successful in 1m3s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 1m29s
Lint / lint (backend) (pull_request) Successful in 1m3s
Test (backend) / unit (22.x) (pull_request) Successful in 2m52s
Lint / lint (sw) (pull_request) Successful in 30s
Lint / lint (misskey-js) (pull_request) Successful in 34s
Lint / typecheck (misskey-js) (pull_request) Successful in 32s
Lint / typecheck (backend) (pull_request) Successful in 1m25s
Test (backend) / e2e (22.x) (pull_request) Failing after 6m42s
Lint / lint (frontend) (pull_request) Successful in 7m41s
This commit is contained in:
parent
0a0edca5c6
commit
d56abc802a
2 changed files with 2 additions and 2 deletions
|
@ -268,7 +268,7 @@ export const packedUserDetailedNotMeOnlySchema = {
|
|||
nullable: true, optional: false,
|
||||
example: '2018-03-12',
|
||||
},
|
||||
ListenBrainz: {
|
||||
listenbrainz: {
|
||||
type: "string",
|
||||
nullable: true,
|
||||
optional: false,
|
||||
|
|
|
@ -3901,7 +3901,7 @@ export type components = {
|
|||
/** @example 2018-03-12 */
|
||||
birthday: string | null;
|
||||
/** @example Steve */
|
||||
ListenBrainz: string | null;
|
||||
listenbrainz: string | null;
|
||||
/** @example ja-JP */
|
||||
lang: string | null;
|
||||
fields: {
|
||||
|
|
Loading…
Reference in a new issue