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 398746c commit 28103baCopy full SHA for 28103ba
src/App.js
@@ -83,7 +83,7 @@ function App() {
83
84
const data = await response.json();
85
const latestCommitHash = data.sha;
86
-
+ console.log(process.env.LOCAL_COMMIT_HASH, latestCommitHash)
87
// Compare with the local commit hash
88
if (process.env.LOCAL_COMMIT_HASH !== latestCommitHash) {
89
if (!isShown) {
0 commit comments