This commit is contained in:
2026-01-22 22:05:06 +01:00
parent 59131a54f0
commit f67945d8e7
2 changed files with 12 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ async function runUsingServiceAccount() {
try {
const result = await google.indexing('v3').urlNotifications.publish({
auth: client,
auth: auth,
requestBody: {
url: url,
type: 'URL_UPDATED'