Fix getting trello token

This commit is contained in:
kolaente 2020-12-17 00:08:07 +01:00
parent 12b985b023
commit 3622325f7f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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