Small fix

This commit is contained in:
M66B 2024-05-31 16:39:36 +02:00
parent b12861fcba
commit 4e846c4296
1 changed files with 1 additions and 0 deletions

View File

@ -522,6 +522,7 @@ public class EntityAnswer implements Serializable {
Objects.equals(this.group, other.group) &&
this.standard.equals(other.standard) &&
this.receipt.equals(other.receipt) &&
this.ai.equals(other.ai) &&
this.favorite.equals(other.favorite) &&
this.snippet.equals(other.snippet) &&
this.hide.equals(other.hide) &&