Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3373831
D13139.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
434 B
Referenced Files
None
Subscribers
None
D13139.diff
View Options
diff --git a/lib/utils/fc-cache.js b/lib/utils/fc-cache.js
--- a/lib/utils/fc-cache.js
+++ b/lib/utils/fc-cache.js
@@ -141,7 +141,11 @@
}
const { farcasterUser } = cacheResult;
- if (typeof farcasterUser !== 'object' || farcasterUser instanceof Promise) {
+ if (
+ typeof farcasterUser !== 'object' ||
+ farcasterUser instanceof Promise ||
+ !farcasterUser
+ ) {
return undefined;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 12:04 PM (19 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2590375
Default Alt Text
D13139.diff (434 B)
Attached To
Mode
D13139: [lib] address feedback from D13098
Attached
Detach File
Event Timeline
Log In to Comment