error on variable jsonReqSet
This commit is contained in:
parent
c217c0eaa7
commit
61b3a56a24
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue