import objectHash from dist
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 32s
Details
This commit is contained in:
parent
b229e2e6af
commit
2f9e31852d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue