@@ -139,7 +139,7 @@ namespace TEAMModelOS.Controllers
tchList.school = school;
tchList.pk = "TchList";
tchList.code = $"TchList-{school}";
- tchList.scope = $"{school}";
+ tchList.scope = "school";
tchList.ttl = -1;
tchList = await upsertList(tchList, $"{school}");
}