fix(secure): i hate these variable names

This commit is contained in:
Andrea Toska 2024-09-30 14:15:02 +02:00
parent a80f33b125
commit 4044f2913d

View File

@ -92,7 +92,7 @@ func cleanupSearchMatchmakeSession(matchmakeSession *matchmakingtypes.MatchmakeS
matchmakeSession.Attributes.DeleteIndex(4);
}
func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*match_making_types.MatchmakeSessionSearchCriteria]) {
func cleanupMatchmakeSessionSearchCriteriasHandler(searchCriterias *types.List[*matchmakingtypes.MatchmakeSessionSearchCriteria]) {
fmt.Printf("%+v\n", searchCriterias)
}