Skip to content

Commit 1f0f855

Browse files
chore: code formatting
1 parent 60857e1 commit 1f0f855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/plugins/pagespeed/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default async function({login, imports, data, q, account}, {enabled = fal
4848
if (error.isAxiosError) {
4949
const status = error.response?.status
5050
let description = error.response?.data?.error?.message?.match(/Lighthouse returned error: (?<description>[A-Z_]+)/)?.groups?.description ?? null
51-
if ((status === 429)&&(!description))
51+
if ((status === 429) && (!description))
5252
description = 'consider using "plugin_pagespeed_token"'
5353
message = `API returned ${status}${description ? ` (${description})` : ""}`
5454
error = error.response?.data ?? null

0 commit comments

Comments
 (0)