@@ -75,6 +75,8 @@ func ReplyToReplyData(reply Reply) *myth.ReplyData {
status = myth.ErrDataExists
case ErrNotFound:
status = myth.ErrDataNotFound
+ case ErrDataNotFound:
+ status = myth.ErrDataNotFound
case ErrAuthorized:
status = myth.ErrUnAuthorized
case ErrNotConnect: