Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Mar 2, 2018
1 parent 5fca32f commit 64f2bbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/service/url-replacements-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,7 @@ export class GlobalVariableSource extends VariableSource {
* Resolves the value via amp-story's service.
* @param {string} property
* @param {string} name
* @return {!Promise<T>}
* @template T
* @return {!AsyncResolverDef}
* @private
*/
getStoryValue_(property, name) {
Expand Down

0 comments on commit 64f2bbb

Please sign in to comment.