Fix type of admin_account.is_confirmed

This commit is contained in:
tusooa 2023-01-15 18:41:36 -05:00
parent 3b4b84b74c
commit 5af9ce4a01
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ def admin_account do
}
},
tags: %Schema{type: :string},
is_confirmed: %Schema{type: :string}
is_confirmed: %Schema{type: :boolean}
}
}
end