We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9808fee commit 80eef58Copy full SHA for 80eef58
advanced/adminSDK.gs
@@ -443,6 +443,7 @@ function getSubscriptions() {
443
do {
444
result = AdminReseller.Subscriptions.list({
445
pageToken: pageToken
446
+
447
});
448
for (const sub of result.subscriptions) {
449
const creationDate = new Date();
@@ -455,3 +456,4 @@ function getSubscriptions() {
455
456
} while (pageToken);
457
}
458
// [END apps_script_admin_sdk_get_subscriptions]
459
+https://github.com/JonathanTylerCombs
0 commit comments