Skip to content

Commit 80eef58

Browse files
Update adminSDK.gs
1 parent 9808fee commit 80eef58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

advanced/adminSDK.gs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ function getSubscriptions() {
443443
do {
444444
result = AdminReseller.Subscriptions.list({
445445
pageToken: pageToken
446+
446447
});
447448
for (const sub of result.subscriptions) {
448449
const creationDate = new Date();
@@ -455,3 +456,4 @@ function getSubscriptions() {
455456
} while (pageToken);
456457
}
457458
// [END apps_script_admin_sdk_get_subscriptions]
459+
https://github.com/JonathanTylerCombs

0 commit comments

Comments
 (0)