JS linting

This commit is contained in:
Oliver 2021-10-05 16:10:46 +11:00
parent 1ea9b6f4cf
commit ce7552bc5b
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ function receivePurchaseOrderItems(order_id, line_items, options={}) {
}
}
}
)
);
}
});
}