Skip to content

Commit 6eeca4d

Browse files
committed
Update for v14
1 parent cfa11e7 commit 6eeca4d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

TrelloApp.gs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
function doGet(e){
2-
3-
var service = Authorizer_.getTrelloService();
4-
var authorizationUrl = service.authorize();
5-
var template = HtmlService.createTemplateFromFile('Authorize');
6-
template.authorizationUrl = authorizationUrl;
7-
2+
var service = Authorizer_.getTrelloService()
3+
var authorizationUrl = service.authorize()
4+
var template = HtmlService.createTemplateFromFile('Authorize')
5+
template.authorizationUrl = authorizationUrl
86
var page = template.evaluate();
97
return HtmlService.createHtmlOutput(page)
108
}

0 commit comments

Comments
 (0)