Fix import

This commit is contained in:
Andrew Ferrazzutti 2022-09-06 00:07:16 -04:00
parent 79a5e74fde
commit 73809ba087
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
// 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/>.
import { sha512 } from "hash-wasm"
import { DefaultConfiguration } from "node-kakao"
import kakao from "node-kakao"
const { DefaultConfiguration } = kakao
DefaultConfiguration.version = "3.4.2"