CrazyIter_Bin 3 éve
szülő
commit
ee2a5bf1dc
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      TEAMModelOS/Controllers/School/TchListController.cs

+ 1 - 1
TEAMModelOS/Controllers/School/TchListController.cs

@@ -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}");
                 }