Load user data before updating, prefer newer events in repository over old ones with the same created_at, add list update utils
This commit is contained in:
@@ -69,8 +69,8 @@ export type SignerMethodWrapper = <T>(method: string, thunk: () => Promise<T>) =
|
||||
|
||||
export class WrappedSigner extends Emitter implements ISigner {
|
||||
constructor(
|
||||
private signer: ISigner,
|
||||
private wrapMethod: SignerMethodWrapper,
|
||||
readonly signer: ISigner,
|
||||
readonly wrapMethod: SignerMethodWrapper,
|
||||
) {
|
||||
super()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user