@barchart/portfolio-api-common 1.2.83 → 1.2.84

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.
@@ -397,7 +397,7 @@ module.exports = (() => {
397
397
  * @param {Object} position
398
398
  * @return {Boolean}
399
399
  */
400
- getPositionLock(portfolio, position) {
400
+ getPositionLock(position) {
401
401
  assert.argumentIsRequired(position, 'position', Object);
402
402
  assert.argumentIsRequired(position.position, 'position.position', String);
403
403
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/portfolio-api-common",
3
- "version": "1.2.83",
3
+ "version": "1.2.84",
4
4
  "description": "Common classes used by the Portfolio system",
5
5
  "author": {
6
6
  "name": "Bryan Ingle",
@@ -1776,7 +1776,7 @@ module.exports = (() => {
1776
1776
  * @param {Object} position
1777
1777
  * @return {Boolean}
1778
1778
  */
1779
- getPositionLock(portfolio, position) {
1779
+ getPositionLock(position) {
1780
1780
  assert.argumentIsRequired(position, 'position', Object);
1781
1781
  assert.argumentIsRequired(position.position, 'position.position', String);
1782
1782