Fix fileds types

This commit is contained in:
AkiraFukushima 2023-01-13 21:22:04 +09:00
parent 55dda39d65
commit 28f37af15d
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
3 changed files with 6 additions and 6 deletions

View File

@ -85,7 +85,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {
@ -119,7 +119,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {
@ -153,7 +153,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {
@ -187,7 +187,7 @@ describe('AccountProfile', () => {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}
beforeEach(() => {

View File

@ -52,7 +52,7 @@ const account: Entity.Account = {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}

View File

@ -82,7 +82,7 @@ const account: Entity.Account = {
header_static: '',
emojis: [],
moved: null,
fields: null,
fields: [],
bot: false
}