aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/Proxy.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-04-21 00:39:09 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-04-21 00:39:09 -0400
commit3556aae6d063d8b654509330e70bc67606f16613 (patch)
tree1413a7efaae48bb5b3f9567b75e3a79528c9dad3 /src/new_fields/Proxy.ts
parent8ddec1c70c01b3d7d919908299e1168b75698dc7 (diff)
More changes
Diffstat (limited to 'src/new_fields/Proxy.ts')
-rw-r--r--src/new_fields/Proxy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Proxy.ts b/src/new_fields/Proxy.ts
index 6a78388c1..2aa78731e 100644
--- a/src/new_fields/Proxy.ts
+++ b/src/new_fields/Proxy.ts
@@ -50,6 +50,6 @@ export class ProxyField<T extends RefField> extends ObjectField {
}));
}
callback && this.promise.then(callback);
- return null;
+ return this.promise;
}
}