Skip to content

Commit 28103ba

Browse files
committed
debug
1 parent 398746c commit 28103ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function App() {
8383

8484
const data = await response.json();
8585
const latestCommitHash = data.sha;
86-
86+
console.log(process.env.LOCAL_COMMIT_HASH, latestCommitHash)
8787
// Compare with the local commit hash
8888
if (process.env.LOCAL_COMMIT_HASH !== latestCommitHash) {
8989
if (!isShown) {

0 commit comments

Comments
 (0)