diff --git a/stolen-data-entry.ts b/stolen-data-entry.ts index beaffc0..fb3e1ea 100644 --- a/stolen-data-entry.ts +++ b/stolen-data-entry.ts @@ -184,7 +184,7 @@ export class StolenDataEntry extends EventEmitter { isRelatedToID() { return this.request.stolenData.some( - (entry) => (entry.classification = "id") + (entry) => entry.classification == "id" ); }