Removing GetChoices from notifications list init

This commit is contained in:
Jared Tabor
2016-04-21 09:15:06 -07:00
parent 25504c9191
commit 28c4a9faba

View File

@@ -14,8 +14,8 @@
* *
*/ */
export default ['Wait', 'GetBasePath', 'ProcessErrors', 'Rest', 'GetChoices', export default ['Wait', 'GetBasePath', 'ProcessErrors', 'Rest',
function(Wait, GetBasePath, ProcessErrors, Rest, GetChoices) { function(Wait, GetBasePath, ProcessErrors, Rest) {
return function(params) { return function(params) {
var scope = params.scope, var scope = params.scope,
url = params.url, url = params.url,