dash on hook

This commit is contained in:
CHIEFSOFT\ameye
2024-07-05 10:16:15 -04:00
parent db0ef1855c
commit 547630a4de
+1 -1
View File
@@ -32,7 +32,7 @@ class WrenchHooks extends BaseController
$raw_array = json_decode($raw_json, true);
$in = $raw_array;
try {
$this->saveCache("FLUTTER_HOOK".strtoupper( date("FDYjGis") ),$in,30000); // save flutter hook response to redis
$this->saveCache("FLUTTER_HOOK-".strtoupper( date("FDYjGis") ),$in,30000); // save flutter hook response to redis
} catch (Exception $e) {
log_message('critical', "WrenchHooks flutter fail => ".$e->getMessage());
}