Removed redundant comparation
This commit is contained in:
parent
8a262ecc2f
commit
70b85b9dd4
@ -1640,7 +1640,6 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils'])
|
||||
apiWebPage.type != 'video' &&
|
||||
apiWebPage.type != 'gif' &&
|
||||
apiWebPage.type != 'document' &&
|
||||
apiWebPage.type != 'gif' &&
|
||||
!apiWebPage.description &&
|
||||
apiWebPage.photo) {
|
||||
apiWebPage.type = 'photo';
|
||||
|
Loading…
x
Reference in New Issue
Block a user