fix: types
This commit is contained in:
parent
3bc3f862c8
commit
3146ba6d8e
|
|
@ -129,7 +129,7 @@ class Morph {
|
|||
// TODO: handle inboxHandle
|
||||
inboxHandle: "",
|
||||
read: item.read,
|
||||
sources: item.from,
|
||||
sources: item.from ?? null,
|
||||
})
|
||||
}
|
||||
return entries
|
||||
|
|
|
|||
Loading…
Reference in New Issue