From 55f7b87cedcf0b0b84f1e061f55001b3ffd41f40 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 22 Mar 2023 23:19:28 +0900 Subject: [PATCH] =?UTF-8?q?misc:=20GetConst=EC=9D=98=20cache=20key?= =?UTF-8?q?=EB=A5=BC=20getVersion=EC=9C=BC=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/API/Global/GetConst.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sammo/API/Global/GetConst.php b/hwe/sammo/API/Global/GetConst.php index c5822380..ce4f0f73 100644 --- a/hwe/sammo/API/Global/GetConst.php +++ b/hwe/sammo/API/Global/GetConst.php @@ -86,10 +86,10 @@ class GetConst extends \sammo\BaseAPI if ($lastModified !== null) { $versionHash = "lt{$lastModified}"; } else { - $versionHash = VersionGit::getHash(); + $versionHash = VersionGit::getVersion(); } } else { - $versionHash = VersionGit::getHash(); + $versionHash = VersionGit::getVersion(); } $apiVersion = static::CONST_API_VERSION;