error on variable jsonReqSet

This commit is contained in:
Muhammad Izza Alfiansyah 2024-07-09 16:32:19 +07:00
parent c217c0eaa7
commit 61b3a56a24
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ void insertHistory(bool berhasil = true) {
String jsonReqSet = JSON.stringify(reqSet);
db.insert("histori_fermentasi", json, false);
db.from("pengaturan").eq("id", "1").doUpdate(jsonSett);
db.from("pengaturan").eq("id", "1").doUpdate(jsonReqSet);
callUser(berhasil);
pengujian = true;