diff --git a/client-protocol/UserMySelf.ts b/client-protocol/UserMySelf.ts index 4c3b4e7..082a2ca 100644 --- a/client-protocol/UserMySelf.ts +++ b/client-protocol/UserMySelf.ts @@ -146,7 +146,7 @@ export default class UserMySelf extends User { try { return await this.getMyFavouriteChatBeansOrThrow() } catch (_) { - return null + return [] } } async getMyFavouriteChatBeansOrThrow() { @@ -166,7 +166,7 @@ export default class UserMySelf extends User { try { return await this.getMyRecentChatBeansOrThrow() } catch (_) { - return null + return [] } } async getMyRecentChatBeansOrThrow() {