Skip to content

Commit 34cd1f6

Browse files
committed
bump
1 parent 15e22a9 commit 34cd1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/tweet-to-trello/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const {
88
TRELLO_API_KEY: key,
99
TRELLO_API_TOKEN: token,
1010
TRELLO_LIST_ID_NEW_CARD_TO_BE_APPENDED: listIdTweet,
11-
TRELLO_listIdIos: listIdIos,
11+
TRELLO_LIST_ID_IOS: listIdIos,
1212
TWEET_TO_TRELLO_SECRET: correctAppSecret
1313
} = process.env
1414

0 commit comments

Comments
 (0)