zhaoqingang
2025-01-07 b4acf278db581ce5e70b513407b70db2d9b29b23
app/models/agent_model.py
@@ -130,4 +130,6 @@
    @staticmethod
    def is_type(record_id, t):
        record = UnifiedAgentModel.get_by_id(record_id)
        return record and record.type == t
        return record and record.type == t