Page MenuHomePhabricator

D4186.id13377.diff
No OneTemporary

D4186.id13377.diff

diff --git a/lib/reducers/thread-reducer.js b/lib/reducers/thread-reducer.js
--- a/lib/reducers/thread-reducer.js
+++ b/lib/reducers/thread-reducer.js
@@ -217,21 +217,17 @@
threadStoreOperations: [],
};
}
- const updatedStore = {
- threadInfos: {},
- };
const threadStoreOperations = [
{
type: 'remove_all',
},
];
- const processedStore = processThreadStoreOperations(
+ const updatedThreadStore = processThreadStoreOperations(
state,
threadStoreOperations,
);
- assertThreadStoreThreadsAreEqual(processedStore, updatedStore, action.type);
return {
- threadStore: updatedStore,
+ threadStore: updatedThreadStore,
newThreadInconsistencies: [],
threadStoreOperations,
};

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 24, 8:25 PM (20 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577233
Default Alt Text
D4186.id13377.diff (797 B)

Event Timeline