Skip to content

Commit

Permalink
Fixing wrong var name in import (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 authored Jul 21, 2023
1 parent 6e9fd85 commit 09c9a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/app/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getDefaultRefreshState = () => {
}
}

const latestCommitHash = import.meta.env.VITE_DISPATCH_COMMIT_MESSAGE
const latestCommitHash = import.meta.env.VITE_DISPATCH_COMMIT_HASH
const latestCommitMessage = import.meta.env.VITE_DISPATCH_COMMIT_MESSAGE

const state = {
Expand Down

0 comments on commit 09c9a3e

Please sign in to comment.