Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow committed Apr 30, 2020
1 parent 3aea519 commit 0a68459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base-service/legacy-request-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function handleRequest(cacheHeaderConfig, handlerOptions) {
let dataHasChanged = false
if (
cached !== undefined &&
cached.data.badgeData.text[1] !== badgeData.text[1]
cached.data.badgeData.message !== badgeData.message
) {
dataHasChanged = true
}
Expand Down

0 comments on commit 0a68459

Please sign in to comment.