upgrade client

This commit is contained in:
xiaojunnuo
2022-09-28 16:50:38 +08:00
parent 6d8ede9575
commit 6df399fe02
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -5,6 +5,9 @@ const logger = util.logger
export class AcmeService {
constructor (store) {
this.store = store
acme.setLogger((text) => {
logger.info(text)
})
}
async getAccountConfig (email) {