convex-ents 0.9.1 → 0.9.3

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/functions.js CHANGED
@@ -999,7 +999,7 @@ var PromiseEntOrNullImpl = class extends Promise {
999
999
  return new PromiseEdgeOrNullImpl(
1000
1000
  this.ctx,
1001
1001
  this.entDefinitions,
1002
- this.table,
1002
+ edgeDefinition.to,
1003
1003
  edgeDefinition,
1004
1004
  async () => {
1005
1005
  const { id } = await this.retrieve();