Skip to content

Commit deea2a0

Browse files
authored
Update ChatWork.gs
1 parent 245fc4e commit deea2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ChatWork.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function run() {
99
if (service.hasAccess()) {
1010
var response = UrlFetchApp.fetch('https://api.chatwork.com/v2/me', {
1111
headers: {
12-
Authorization: 'Bearer ' + chatWorkService.getAccessToken()
12+
Authorization: 'Bearer ' + service.getAccessToken()
1313
}
1414
});
1515
var result = JSON.parse(response.getContentText());

0 commit comments

Comments
 (0)