Skip to content

Commit

Permalink
E:/Program Files/Git/query hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
thehabes committed Jun 24, 2023
1 parent c2f5f3b commit d501e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/deer/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Entity extends Object {
#resolveURI = (withAssertions) => {
const targetStyle = ["target", "target.@id", "target.id"]
let historyWildcard = { "$exists": true, "$size": 0 }
let obj = { "$or": [{ '@id': this.id }], "__rerum.history.next": historyWildcard }
let obj = { "$or": [{ '@id': UTILS.httpsIdArray(this.id) }], "__rerum.history.next": historyWildcard }
for (let target of targetStyle) {
let o = {}
o[target] = UTILS.httpsIdArray(this.id)
Expand Down

0 comments on commit d501e6b

Please sign in to comment.