Skip to content

Commit

Permalink
変数名をわかりやすくした
Browse files Browse the repository at this point in the history
  • Loading branch information
mousu-a committed Dec 21, 2024
1 parent 3668cd3 commit f6ebd3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/javascript/check-stamp.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import CSRF from 'csrf'
import 'whatwg-fetch'

document.addEventListener('DOMContentLoaded', () => {
DisplayCheckStamp()
loadingCheckStamp()
})

const DisplayCheckStamp = () => {
const loadingCheckStamp = () => {
const checkStamp = document.getElementById('js-check-stamp')
if (!checkStamp) return

Expand Down Expand Up @@ -47,4 +47,4 @@ const DisplayCheckStamp = () => {
})
}

export default DisplayCheckStamp
export default loadingCheckStamp

0 comments on commit f6ebd3d

Please sign in to comment.