ywana-core8 0.0.305 → 0.0.306

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ywana-core8",
3
- "version": "0.0.305",
3
+ "version": "0.0.306",
4
4
  "description": "ywana-core8",
5
5
  "author": "Ernesto Roldan Garcia",
6
6
  "license": "MIT",
@@ -533,7 +533,7 @@ const TableContext = (url, field, host, urlQuery) => {
533
533
  async createQuery(query, user) {
534
534
  try {
535
535
  await API.createQuery(query, urlQuery)
536
- this.loadQueries(user)
536
+ await this.loadQueries(user)
537
537
  } catch (error) {
538
538
  console.log(error)
539
539
  }