feat: add trello card id to trello long card
This commit is contained in:
parent
022bb697fb
commit
4ec603ca3a
1 changed files with 1 additions and 0 deletions
|
@ -43,5 +43,6 @@ pub(crate) struct TrelloShortCard {
|
|||
|
||||
#[derive(Debug, PartialEq, Eq, Deserialize)]
|
||||
pub(crate) struct TrelloLongCard {
|
||||
pub(crate) id: TrelloCardId,
|
||||
pub(crate) attachments: Vec<TrelloAttachment>,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue