Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiloysss committed Mar 7, 2019
1 parent 6b7a38c commit bf6f218
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/store/PosStore/syncInBackground.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export async function itemSync(itemObject, store) {
let itemObjectResult = await store.itemStore.find(itemObject.syncObject.id);
let categoryId = "";


if (itemObject.syncObject.category !== "") {
let categoryIds = await store.categoryStore.searchLengthName(
itemObject.syncObject.category,
Expand Down Expand Up @@ -304,7 +303,6 @@ export async function attendantSync(attendantObject, store) {
attendantObject.syncObject.id,
);
if (attendantObjectResult) {

attendantObjectResult.edit({
_id: attendantObject.syncObject.id,
user_name:
Expand Down

0 comments on commit bf6f218

Please sign in to comment.