mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-01 21:46:38 +00:00
Fix missing arg
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export async function getValidCertificatesForDomains(
|
||||
domains: Set<string>
|
||||
domains: Set<string>,
|
||||
useCache: boolean
|
||||
): Promise<
|
||||
Array<{
|
||||
id: number;
|
||||
|
||||
Reference in New Issue
Block a user