Fix comments about app-key

This commit is contained in:
Glenn Y. Rolland 2018-11-23 13:29:14 +01:00
parent 9dac97f198
commit 258c629da4

View file

@ -14,8 +14,8 @@ import (
)
const (
// FIXME: declare app to trello and get a real token for this app
APP_KEY string = "58117ebf843d49b05bca074c5fd520ee" // 80dbcf6f88f62cc5639774e13342c20b"
// See https://trello.com/app-key
APP_KEY string = "58117ebf843d49b05bca074c5fd520ee"
)
type TrelloConfig struct {