We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bfe0a commit 544e72cCopy full SHA for 544e72c
mobile/reducers/SettingsReducer.js
@@ -7,7 +7,17 @@ import {
7
} from '../actions/Types'
8
9
const initialState = {
10
- feeds : {},
+ feeds : {
11
+ nyc_feed : {
12
+ "_id": "59c7ce870f66e286120792dd",
13
+ "city": "New York, NY",
14
+ "general_purpose": false,
15
+ "lon": -73.9479,
16
+ "lat": 40.789,
17
+ "twitter_handle": "thebeerfeed",
18
+ "id": "nyc_feed"
19
+ }
20
+ },
21
currentFeed : 'nyc_feed',
22
checkin_count_threshold : 3,
23
ordering : 'date',
0 commit comments