mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-30 23:16:52 +00:00
chore: fix some function names in comments (#1862)
Signed-off-by: threehonor <pengqi@email.cn>
This commit is contained in:
@@ -1234,7 +1234,7 @@ func trelloGetLists() ([]TrelloData, error) {
|
||||
return resp, sendGetReq(fmt.Sprintf(pathGetAllLists, trelloBoardID, apiKey, apiToken), &resp)
|
||||
}
|
||||
|
||||
// trelloNewList creates a new list on a specified boards on trello
|
||||
// trelloCreateNewList creates a new list on a specified boards on trello
|
||||
func trelloCreateNewList() error {
|
||||
if trelloBoardID == "" {
|
||||
return errors.New("trelloBoardID not set, cannot create a new list")
|
||||
|
||||
Reference in New Issue
Block a user