fix: reduce global eslint warnings (#216)
This commit is contained in:
@@ -153,6 +153,7 @@ export async function runVerificationRequestDirect(
|
||||
`Failed to parse verification response from ${pathToFileURL(helperPath).href}: ${
|
||||
error instanceof Error ? error.message : String(error)
|
||||
}${detail ? `\n${detail}` : ''}`,
|
||||
{ cause: error },
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user