From 3146ba6d8ecbd1efca9aa334bacfc3b53faeb182 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Fri, 28 Feb 2025 09:04:50 +0800 Subject: [PATCH] fix: types --- apps/mobile/src/morph/hono.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/morph/hono.ts b/apps/mobile/src/morph/hono.ts index 37325f293..c507f2d0d 100644 --- a/apps/mobile/src/morph/hono.ts +++ b/apps/mobile/src/morph/hono.ts @@ -129,7 +129,7 @@ class Morph { // TODO: handle inboxHandle inboxHandle: "", read: item.read, - sources: item.from, + sources: item.from ?? null, }) } return entries