Fix import
This commit is contained in:
parent
79a5e74fde
commit
73809ba087
|
@ -14,7 +14,9 @@
|
||||||
// You should have received a copy of the GNU Affero General Public License
|
// You should have received a copy of the GNU Affero General Public License
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
import { sha512 } from "hash-wasm"
|
import { sha512 } from "hash-wasm"
|
||||||
import { DefaultConfiguration } from "node-kakao"
|
|
||||||
|
import kakao from "node-kakao"
|
||||||
|
const { DefaultConfiguration } = kakao
|
||||||
|
|
||||||
|
|
||||||
DefaultConfiguration.version = "3.4.2"
|
DefaultConfiguration.version = "3.4.2"
|
||||||
|
|
Loading…
Reference in New Issue