zFix users

This commit is contained in:
CHIEFSOFT\ameye
2025-09-16 07:47:55 -04:00
parent 52a0a72702
commit ff8513292b
3 changed files with 30 additions and 25 deletions
-3
View File
@@ -37,9 +37,6 @@ class OfficeUsers(db.Model):
@classmethod
def get_office_users_list(cls):
"""
Return all offers in dictionary format.
"""
users_list = cls.query.all()
if not users_list: