ensure it's object
This commit is contained in:
parent
ba12d42d39
commit
b7abbb2535
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ const getWallPage = async page => {
|
||||||
.get(Key.PAGES)
|
.get(Key.PAGES)
|
||||||
.get(actualPageIdx.toString())
|
.get(actualPageIdx.toString())
|
||||||
.load(res)
|
.load(res)
|
||||||
})
|
}),
|
||||||
|
v => typeof v !== 'object'
|
||||||
)
|
)
|
||||||
|
|
||||||
const clean = {
|
const clean = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue