From 73809ba087bd601be9d78e457c8dc3551ed9998c Mon Sep 17 00:00:00 2001 From: Andrew Ferrazzutti Date: Tue, 6 Sep 2022 00:07:16 -0400 Subject: [PATCH] Fix import --- node/src/modutil.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/src/modutil.js b/node/src/modutil.js index c1ea1da..c82b4ff 100644 --- a/node/src/modutil.js +++ b/node/src/modutil.js @@ -14,7 +14,9 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . import { sha512 } from "hash-wasm" -import { DefaultConfiguration } from "node-kakao" + +import kakao from "node-kakao" +const { DefaultConfiguration } = kakao DefaultConfiguration.version = "3.4.2"