From 4044f2913da28446f75e7b0ccad0e95261c602c0 Mon Sep 17 00:00:00 2001 From: Andrea Toska Date: Mon, 30 Sep 2024 14:15:02 +0200 Subject: [PATCH] fix(secure): i hate these variable names --- nex/register_common_secure_server_protocols.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nex/register_common_secure_server_protocols.go b/nex/register_common_secure_server_protocols.go index 804d8d8..4ca71a9 100644 --- a/nex/register_common_secure_server_protocols.go +++ b/nex/register_common_secure_server_protocols.go @@ -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) }