File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import {fetchSnapshots} from '../../editor/actions/snapshots'
88
99// Private actions
1010const requestingFeedSource = createAction ( 'REQUESTING_FEEDSOURCE' )
11- const receiveFeedSource = createAction ( 'RECEIVE_FEEDSOURCE' )
1211const requestingFeedSources = createAction ( 'REQUESTING_FEEDSOURCES' )
1312const receiveFeedSources = createAction ( 'RECEIVE_FEEDSOURCES' )
1413const deletingFeedSource = createAction ( 'DELETING_FEEDSOURCE' )
@@ -17,7 +16,8 @@ const deletingFeedSource = createAction('DELETING_FEEDSOURCE')
1716const savingFeedSource = createAction ( 'SAVING_FEEDSOURCE' )
1817const runningFetchFeed = createAction ( 'RUNNING_FETCH_FEED' )
1918
20- // Public action used by component
19+ // Public action used by component or other actions
20+ export const receiveFeedSource = createAction ( 'RECEIVE_FEEDSOURCE' )
2121export const createFeedSource = createAction ( 'CREATE_FEEDSOURCE' )
2222
2323/**
You can’t perform that action at this time.
0 commit comments