Removed LikeAction from core typeName interface resolver

This commit is contained in:
Wyatt Johnson
2017-05-03 13:31:57 -06:00
parent 15afce516c
commit d9a4653484
-2
View File
@@ -5,8 +5,6 @@ const Action = {
return 'DontAgreeAction';
case 'FLAG':
return 'FlagAction';
case 'LIKE':
return 'LikeAction';
}
},