We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf5ba4 commit f81781fCopy full SHA for f81781f
apps/changelog/has-content-changes.ts
@@ -9,8 +9,7 @@ try {
9
}
10
11
async function checkChanges() {
12
- const {hash, changelogs} = await getChangelogsUncached();
13
- console.log({changelogs});
+ const {hash} = await getChangelogsUncached();
14
// extract the hash from the body tag of the live site
15
// example: <body data-content-hash="055114ed2b57063a941b3433ea44074b53e795891fe603cc87cf24b96b32f3bd">
16
const prodHash = await fetch('https://sentry.io/changelog/')
0 commit comments