mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-14 23:10:50 +00:00
Fix type
This commit is contained in:
parent
f7940618a1
commit
dbd4d9c1fc
@ -77,7 +77,7 @@ export function recursiveRenameLaquaProps(obj: unknown): unknown {
|
||||
});
|
||||
}
|
||||
|
||||
const objType: {} = obj;
|
||||
const objType: Record<never, unknown> = obj;
|
||||
|
||||
return Object.getOwnPropertyNames(objType).reduce((acc, prop) => {
|
||||
let accessProp = prop;
|
||||
|
Loading…
x
Reference in New Issue
Block a user