import objectHash from dist
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s Details

This commit is contained in:
Ladd Hoffman 2024-03-20 20:13:46 -05:00
parent b229e2e6af
commit 2f9e31852d
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import axios from 'axios';
// trailing slash is deliberate, to differentiate this package from the core node module
import { Buffer } from 'buffer/';
// import { recoverPersonalSignature } from '@metamask/eth-sig-util';
import objectHash from 'object-hash';
// import { recoverPersonalSignature } from '@metamask/eth-sig-util/dist/personal-sign';
import objectHash from 'object-hash/dist/object_hash';
// Make Buffer available to recoverPersonalSignature
// window.Buffer = Buffer;