refactor: call weAreBooted at the end of doInit

This commit is contained in:
Derrick Hammer 2023-07-25 11:50:40 -04:00
parent 57ae8ced4a
commit 8f13c462d5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -76,4 +76,6 @@ export async function doInit() {
for (const resolver of resolvers) {
await dnsClient.registerResolver(resolver);
}
weAreBooted();
}