upgrade client

master
xiaojunnuo 2022-09-28 16:50:38 +08:00
parent 6d8ede9575
commit 6df399fe02
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit a62c144acc7200d64ce7f2676efb47cac6d1f4bd
Subproject commit 13ac3b238ffb8ec80ff7061e6e7b8f2d0f4ca595

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) {