Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dzehnder committed Aug 20, 2024
1 parent eb8e1a7 commit 355ee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/url-inspect/url-inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function processUrlInspect(baseURL, context, pages) {

let google;
try {
google = GoogleClient.createFrom(context, baseURL);
google = await GoogleClient.createFrom(context, baseURL);
} catch (error) {
log.error(`Failed to create Google client. Site was probably not onboarded to GSC yet. Error: ${error.message}`);
throw new Error(`Failed to create Google client. Site was probably not onboarded to GSC yet. Error: ${error.message}`);
Expand Down

0 comments on commit 355ee08

Please sign in to comment.