Skip to content

Commit

Permalink
fb: remove redundant mixin reference
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Nov 1, 2024
1 parent 0b71da8 commit f93d596
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugins/domains/facebook.com/facebook.thumbnail.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export default {
'facebook.video'
],

mixins: ['facebook.meta-fallback'],

getLink: function(url, __allowFBThumbnail, options, meta) {

var thumbnail = meta.twitter?.image
Expand Down Expand Up @@ -77,6 +75,5 @@ export default {
tests: [{
noFeeds: true,
skipMethods: ['getData', 'getLink'],
skipMixins: ['facebook.meta-fallback']
}]
};

0 comments on commit f93d596

Please sign in to comment.