feat: add trello card id to trello long card
Some checks failed
Test / build (map[name:stable]) (push) Successful in 3m47s
Test / build (map[name:nightly]) (push) Successful in 3m11s
Release Please / Release-plz (push) Failing after 27s

This commit is contained in:
Paul Campbell 2024-12-23 09:44:02 +00:00
parent 022bb697fb
commit 4ec603ca3a

View file

@ -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>,
}