Skip to content

Dont auto generate last build date#52

Open
msathis wants to merge 1 commit into
dylang:masterfrom
msathis:master
Open

Dont auto generate last build date#52
msathis wants to merge 1 commit into
dylang:masterfrom
msathis:master

Conversation

@msathis

@msathis msathis commented Sep 23, 2015

Copy link
Copy Markdown

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

Mithgol commented Aug 18, 2016

Copy link
Copy Markdown
Contributor

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

@alexjorgef alexjorgef left a comment

Copy link
Copy Markdown
Contributor

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