sm-click-library-ui 0.0.182 → 0.0.183

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2014,7 +2014,7 @@ const ac = "v1/api/attendances/attendant/", rc = "v1/api/attendances/department/
2014
2014
  this.instances = t.data, this.instances.forEach(async (a) => {
2015
2015
  a.isLoading = !0;
2016
2016
  try {
2017
- const o = (await jt.get(sc(a.id))).last_instance_status;
2017
+ const o = (await jt.get(sc(a.id))).data.instance.last_instance_status;
2018
2018
  o === "DISCONNECTED" || o === "UNDEFINED" ? a.status = !1 : a.status = !0;
2019
2019
  } catch {
2020
2020
  a.status = "Offline";