This commit is contained in:
Timothy Jaeryang Baek
2026-08-10 20:30:56 -06:00
parent 148283f974
commit 5cecb7dbfa
+1 -1
View File
@@ -182,7 +182,7 @@ async def get_all_models(request, refresh: bool = False, user: UserModel = None)
model['action_ids'] = action_ids
model['filter_ids'] = filter_ids
else:
models.remove(model)
models = [m for m in models if m is not model]
elif custom_model.is_active:
if custom_model.id in existing_ids: