added comment

This commit is contained in:
Jonathan Barrow
2022-02-05 17:15:53 -05:00
parent 57a3cc61a7
commit f57c3fc28b

View File

@@ -12,7 +12,7 @@ func recommendedCourseSearchObject(err error, client *nex.Client, callID uint32,
// TEMP FOR SHUTTER TO TEST THINGS
if client.PID() == 1049991375 {
courseMetadata := getCourseMetadataByDataID(145)
courseMetadata := getCourseMetadataByDataID(145) // specific course shutter wants
pRankingResults = append(pRankingResults, courseMetadataToDataStoreCustomRankingResult(courseMetadata))
} else {
courseMetadatas := getCourseMetadatasByLimit(100) // In PCAPs param.minimalRatingFrequency is 100 but is 0 here?