Skip to content

Commit

Permalink
新しい API キーを使いように
Browse files Browse the repository at this point in the history
  • Loading branch information
rmatsuoka committed Sep 13, 2023
1 parent bbd97c8 commit 01cc864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/saba_disambiguator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func DoDisambiguate() error {
Region: aws.String(config.Region),
})

client := twitter2.NewClient("")
client := twitter2.NewClient(config.TwitterConfig.ParameterStoreNameBearerToken)

slackConfig, err := getSlackConfig(svc, *config)
if err != nil {
Expand Down

0 comments on commit 01cc864

Please sign in to comment.