Add trello migration #734

Merged
konrad merged 20 commits from feature/migrate-trello into master 2020-12-17 13:44:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3622325f7f - Show all commits

View File

@ -27,7 +27,7 @@ import (
)
type Migration struct {
Token string `json:"token"`
Token string `json:"code"`
}
var trelloColorMap map[string]string