Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Uses provider variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Feb 20, 2018
1 parent 937b2e6 commit 4ce14b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getMedia.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const resolvers = {
publisher: 'twitch#author:' + providerValue,
publisherType: 'provider',
publisherURL: payload.author_url + '/videos',
providerName: 'twitch',
providerName: provider.provider_name,
providerSuffix: 'author',
providerValue: providerValue,
faviconName: payload.author_name,
Expand Down

0 comments on commit 4ce14b7

Please sign in to comment.