Fix cert vars issue in stub

This commit is contained in:
Owen
2026-04-21 21:48:54 -07:00
parent 0b18194397
commit 7ecfc9cbd3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
export async function getValidCertificatesForDomains(
domains: Set<string>,
useCache: boolean
useCache: boolean = true
): Promise<
Array<{
id: number;