Added types for queues/ssl
This commit is contained in:
parent
94da008a47
commit
0358cf2de2
@ -1,6 +1,6 @@
|
||||
import { generateSSLCerts } from '$lib/letsencrypt';
|
||||
|
||||
export default async function () {
|
||||
export default async function (): Promise<void> {
|
||||
try {
|
||||
return await generateSSLCerts();
|
||||
} catch (error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user