mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 08:41:56 +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