Fix config path in hkp.js
This commit is contained in:
parent
1157cd2ac8
commit
acabca9585
|
@ -23,7 +23,7 @@
|
|||
* @module hkp/hkp
|
||||
*/
|
||||
|
||||
import config from '../config';
|
||||
import config from './config';
|
||||
|
||||
/**
|
||||
* Initialize the HKP client and configure it with the key server url and fetch function.
|
||||
|
|
Loading…
Reference in New Issue
Block a user