Merge pull request #209 from h3poteto/fix/status_entity

fix: Application can be null in status
This commit is contained in:
AkiraFukushima 2020-02-20 23:48:38 +09:00 committed by GitHub
commit f111864fc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ namespace Entity {
tags: Array<Tag>
card: Card | null
poll: Poll | null
application: Application
application: Application | null
language: string | null
pinned: boolean | null
}