Clean up contexts test
This commit is contained in:
parent
2290bfb334
commit
0329cc4d04
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -20,7 +20,7 @@ import { TIMELINE_DELETE } from '../actions/timelines';
|
|||
import type { ReducerStatus } from './statuses';
|
||||
import type { AnyAction } from 'redux';
|
||||
|
||||
const ReducerRecord = ImmutableRecord({
|
||||
export const ReducerRecord = ImmutableRecord({
|
||||
inReplyTos: ImmutableMap<string, string>(),
|
||||
replies: ImmutableMap<string, ImmutableOrderedSet<string>>(),
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue