@haex-space/vault-sdk 2.5.116 → 2.5.117

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/dist/index.js CHANGED
@@ -1735,7 +1735,7 @@ var SpacesAPI = class {
1735
1735
  async getAssignmentsAsync(tableName, rowPks) {
1736
1736
  return this.client.request(
1737
1737
  SPACE_COMMANDS.getAssignments,
1738
- { tableName, rowPks }
1738
+ { tableName, rowPks: rowPks ? [rowPks] : void 0 }
1739
1739
  );
1740
1740
  }
1741
1741
  /**