Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33327641
D9700.1768870515.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
659 B
Referenced Files
None
Subscribers
None
D9700.1768870515.diff
View Options
diff --git a/lib/selectors/keyserver-selectors.js b/lib/selectors/keyserver-selectors.js
--- a/lib/selectors/keyserver-selectors.js
+++ b/lib/selectors/keyserver-selectors.js
@@ -22,11 +22,11 @@
_memoize(baseCookieSelector);
const cookiesSelector: (state: AppState) => {
- +[keyserverID: string]: string,
+ +[keyserverID: string]: ?string,
} = createSelector(
(state: AppState) => state.keyserverStore.keyserverInfos,
(infos: { +[key: string]: KeyserverInfo }) => {
- const cookies = {};
+ const cookies: { [string]: ?string } = {};
for (const keyserverID in infos) {
cookies[keyserverID] = infos[keyserverID].cookie;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 20, 12:55 AM (3 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5958866
Default Alt Text
D9700.1768870515.diff (659 B)
Attached To
Mode
D9700: [Flow202][lib][skip-ci] [8/23] Fix Flow issues in cookiesSelector
Attached
Detach File
Event Timeline
Log In to Comment