Merge pull request #561 from coralproject/like-fix

Removed LikeAction from core typeName interface resolver
This commit is contained in:
Riley Davis
2017-05-03 13:42:01 -06:00
committed by GitHub
-2
View File
@@ -5,8 +5,6 @@ const Action = {
return 'DontAgreeAction';
case 'FLAG':
return 'FlagAction';
case 'LIKE':
return 'LikeAction';
}
},