Last analyzed 23f74aa 4 months ago
Default analysis branch is
Currently analyzing run
Avoid use of == and != JS-0050
Anti-pattern
5 months ago5 months old
Expected '!==' and instead saw '!='.
48    if (!post.created_by_surrogate) {
49      return false;
50    }
51    return post.created_by_surrogate != post.created_by;52  }
53
54}