mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
refactor: for test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import _ from 'lodash-es'
|
||||
import _ from 'lodash'
|
||||
import optionsPrivate from './options.private.js'
|
||||
const defaultOptions = {
|
||||
args: {
|
||||
@@ -137,4 +137,4 @@ export function getDnsProviderOptions (options) {
|
||||
options = createOptions()
|
||||
}
|
||||
return { accessProviders: options.accessProviders, props: options.cert.dnsProvider }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user