diff --git a/pkg/modules/migration/trello/trello.go b/pkg/modules/migration/trello/trello.go index 1b5536678..58d5140c6 100644 --- a/pkg/modules/migration/trello/trello.go +++ b/pkg/modules/migration/trello/trello.go @@ -26,6 +26,7 @@ import ( "github.com/adlio/trello" ) +// Migration represents the trello migration struct type Migration struct { Token string `json:"code"` }