Skip to content

Commit

Permalink
fix gcc type errors
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Nov 12, 2019
1 parent 0d3e3d4 commit bc66981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-list/0.1/amp-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -588,10 +588,10 @@ export class AmpList extends AMP.BaseElement {

/**
* Proxies the template rendering to the viewer.
* @param {boolean} refresh
* @param {boolean=} refresh
* @return {!Promise}
*/
ssrTemplate_(refresh) {
ssrTemplate_(refresh = false) {
let request;
// Construct the fetch init data that would be called by the viewer
// passed in as the 'originalRequest'.
Expand Down

0 comments on commit bc66981

Please sign in to comment.