Fixed UI tracker backend

This commit is contained in:
Frikky
2024-03-18 02:50:07 +01:00
parent 833a8d53e0
commit e3271b2438
6 changed files with 18 additions and 38 deletions
+1 -1
View File
@@ -969,7 +969,7 @@ func handleInfo(resp http.ResponseWriter, request *http.Request) {
tutorialsFinished = append(tutorialsFinished, tutorial)
}
licensed := shuffle.IsLicensed(ctx, *currentOrg)
licensed := shuffle.IsLicensed(ctx, *org)
returnValue := shuffle.HandleInfo{
Success: true,