We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fd1a1 commit c376fddCopy full SHA for c376fdd
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -853,7 +853,7 @@ module openflow {
853
});
854
}
855
async processdata() {
856
- if (this.model != null) {
+ if (this.model != null && (this.model._id != null && this.model._id != "")) {
857
this.memberof = await this.api.Query("users",
858
{
859
$and: [
VERSION
@@ -1 +1 @@
1
-0.0.414
+0.0.415
0 commit comments