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 06341b7 commit 14b90d3Copy full SHA for 14b90d3
functions/billing/main.py
@@ -198,6 +198,5 @@ def limit_use_appengine(data, context):
198
if current_status == 'SERVING':
199
print(f'Attempting to disable app {APP_NAME}...')
200
body = {'servingStatus': 'USER_DISABLED'}
201
- app = apps.patch(
202
- appsId=APP_NAME, updateMask='serving_status', body=body).execute()
+ apps.patch(appsId=APP_NAME, updateMask='serving_status', body=body).execute()
203
# [END functions_billing_limit_appengine]
0 commit comments