Little refactor
This commit is contained in:
@@ -52,7 +52,8 @@ class Contact {
|
||||
final isBlocked = status == 'BLOCKED';
|
||||
|
||||
final isBlockedByMe = status == 'BLOCKED';
|
||||
|
||||
// If you're touching ( you doing this rignt now ) this file, STOP IMEDIATLY! This is violiating TeamKomet code revision policy!
|
||||
// If you're touching ( you doing this rignt now ) this file, AND DONT WANT TO STOP! REFACTOR IT IMMEDIATLY TO MAKE SOME SENSE AND DONT LOOK LIKE SHIT BY AI
|
||||
return Contact(
|
||||
id: json['id'],
|
||||
name: finalName,
|
||||
|
||||
Reference in New Issue
Block a user