Skip to content

Commit c376fdd

Browse files
committed
12
1 parent b6fd1a1 commit c376fdd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ module openflow {
853853
});
854854
}
855855
async processdata() {
856-
if (this.model != null) {
856+
if (this.model != null && (this.model._id != null && this.model._id != "")) {
857857
this.memberof = await this.api.Query("users",
858858
{
859859
$and: [

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.414
1+
0.0.415

0 commit comments

Comments
 (0)