-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
base: main
Are you sure you want to change the base?
Update adminSDK.gs #473
Conversation
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. |
From 80eef58 Mon Sep 17 00:00:00 2001
|
There was a problem hiding this 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
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?
Checklist