Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 4, 2022
2 parents f7936bc + 5a5f576 commit 1de50f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
xertelo == x_TemplateId &&
obj.context != undefined &&
obj.context.extensions != undefined &&
obj.context.extension["http://xerte.org.uk/sessionId"] != undefined &&
obj.context.extension["http://xerte.org.uk/sessionId"] ==
obj.context.extensions["http://xerte.org.uk/sessionId"] != undefined &&
obj.context.extensions["http://xerte.org.uk/sessionId"] ==
state.sessionId) {
matchactor = true;
}
Expand Down

0 comments on commit 1de50f8

Please sign in to comment.