logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: c05b1b90726e0b47b6e80f0bfe4d880f2f45fa2e
parent 6e5c7bf308ddcb2be756cb84c6c7119b612e4e28
Author: tusooa <tusooa@kazv.moe>
Date:   Fri, 15 Sep 2023 06:45:02 +0000

Apply 1 suggestion(s) to 1 file(s)

Diffstat:

Mbuild/webpack.prod.conf.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js @@ -12,7 +12,7 @@ var env = process.env.NODE_ENV === 'testing' : config.build.env let commitHash = (() => { - let subst = "$Format:%h$"; + const subst = "$Format:%h$"; if(!subst.match(/Format:/)) { return subst; } else {