Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a92fcff

Browse files
committed
Apps Script quickstart region tag
1 parent 54d1fef commit a92fcff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps-script/quickstart/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
// [START apps_script_quickstart]
17+
// [START apps_script_api_quickstart]
1818
const fs = require('fs');
1919
const readline = require('readline');
2020
const {google} = require('googleapis');
@@ -113,4 +113,4 @@ function callAppsScript(auth) {
113113
});
114114
});
115115
}
116-
// [END apps_script_quickstart]
116+
// [END apps_script_api_quickstart]

0 commit comments

Comments
 (0)