Skip to content

Conversation

@msathis
Copy link

@msathis msathis commented Sep 23, 2015

I'm not sure whether this is useful for others. In our case we were checking E-Tag header to figure out any feed change. Because this lastBuildDate is auto generated, the E-Tag was always changing though no feed item got changed.

@Mithgol
Copy link
Contributor

Mithgol commented Aug 18, 2016

It seems that the tests should also be changed to pass.

Copy link
Contributor

@alexjorgef alexjorgef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linter failed to run due to warnings, if statement should have curly braces.

    if (data.lastBuildDate) {
        channel.push({ lastBuildDate:  data.lastBuildDate });
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants