Skip to content

Commit 3354c8a

Browse files
authored
Update Mailchimp.gs
1 parent 0893c8c commit 3354c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Mailchimp.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function run() {
1818
var storage = service.getStorage();
1919
var dc = storage.getValue('dc');
2020

21-
// Make a request to retrieve the account information.
21+
// Make a request to retrieve the Mailchimp campaigns.
2222
var url = 'https://' + dc + '.api.mailchimp.com/3.0/campaigns/';
2323
var response = UrlFetchApp.fetch(url, {
2424
headers: {

0 commit comments

Comments
 (0)