Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update adminSDK.gs #473

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JonathanTylerCombs
Copy link

@JonathanTylerCombs JonathanTylerCombs commented Jul 4, 2024

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Is it been tested?

  • Development testing done

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have performed a peer-reviewed with team member(s)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

Copy link

google-cla bot commented Jul 4, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@myHerbDev
Copy link

From 80eef58 Mon Sep 17 00:00:00 2001
From: Jonathan Combs [email protected]
Date: Thu, 4 Jul 2024 00:37:55 -0400
Subject: [PATCH] Update adminSDK.gs


 advanced/adminSDK.gs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/advanced/adminSDK.gs b/advanced/adminSDK.gs
index c0aed633d..d3df86e98 100644
--- a/advanced/adminSDK.gs
+++ b/advanced/adminSDK.gs
@@ -443,6 +443,7 @@ function getSubscriptions() {
   do {
     result = AdminReseller.Subscriptions.list({
       pageToken: pageToken
+
     });
     for (const sub of result.subscriptions) {
       const creationDate = new Date();
@@ -455,3 +456,4 @@ function getSubscriptions() {
   } while (pageToken);
 }
 // [END apps_script_admin_sdk_get_subscriptions]
+https://github.com/JonathanTylerCombs

Copy link

@myHerbDev myHerbDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From 80eef58 Mon Sep 17 00:00:00 2001
From: Jonathan Combs [email protected]
Date: Thu, 4 Jul 2024 00:37:55 -0400
Subject: [PATCH] Update adminSDK.gs


advanced/adminSDK.gs | 2 ++
1 file changed, 2 insertions(+)

diff --git a/advanced/adminSDK.gs b/advanced/adminSDK.gs
index c0aed633d..d3df86e98 100644
--- a/advanced/adminSDK.gs
+++ b/advanced/adminSDK.gs
@@ -443,6 +443,7 @@ function getSubscriptions() {
  do {
    result = AdminReseller.Subscriptions.list({
      pageToken: pageToken
+
    });
    for (const sub of result.subscriptions) {
      const creationDate = new Date();
@@ -455,3 +456,4 @@ function getSubscriptions() {
  } while (pageToken);
}
// [END apps_script_admin_sdk_get_subscriptions]
+https://github.com/JonathanTylerCombs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants