View difference between Paste ID: 90Qaaxy6 and M0Tkiiki
SHOW: | | - or go back to the newest paste.
1
{
2-
    casesById: {
2+
	cases: {
3-
		[id]: {}
3+
		byId: {
4
			[id]: {}
5-
    newCases: [],
5+
		}
6-
    waitingCases: [],
6+
    	new: [],
7-
    todoCases: [],
7+
	    waiting: [],
8-
    notificationsById: {
8+
    	todo: [],
9-
		[id]: Notification
9+
	},
10
	notifications: {
11-
    notifications: [],
11+
		byId: {
12
			[id]: Notification
13
		}
14
    	list: [],
15
	}
16
}