Skip to content

Commit

Permalink
Fix Promise type error
Browse files Browse the repository at this point in the history
  • Loading branch information
taymonbeal committed Jun 27, 2017
1 parent b19c074 commit ae75ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-a4a/0.1/amp-a4a.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ export class AmpA4A extends AMP.BaseElement {
// This block returns the ad creative, signature, and size, if
// available; nullotherwise.
/**
* @return {!Promise<?{creativeParts: !AdResponseDef, size: ?SizeInfoDef}>}
* @return {?Promise<{creativeParts: !AdResponseDef, size: ?SizeInfoDef}>}
*/
.then(responseParts => {
checkStillCurrent();
Expand Down

0 comments on commit ae75ccc

Please sign in to comment.