mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-03-15 07:20:49 +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) => {
|
return Object.getOwnPropertyNames(objType).reduce((acc, prop) => {
|
||||||
let accessProp = prop;
|
let accessProp = prop;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user