stupid code path

This commit is contained in:
MathMan05
2026-05-10 13:44:08 -05:00
parent 99a5430733
commit 81d4cbb8ea
+1 -1
View File
@@ -1593,7 +1593,7 @@ class User extends SnowFlake {
} else if (this.relationshipType === 4) {
//nothing
} else {
await this.changeRelationship(4);
//also nothing
}
};
}