From 7d71ee2eec3d35940bdbe463dd90fb69dca47950 Mon Sep 17 00:00:00 2001 From: Patrick Pimentel Date: Thu, 20 Nov 2025 13:29:50 -0500 Subject: [PATCH] fix(auth-validator): [PM-22975] Client Version Validator - Finished fixing the rename to the correct file. --- .../{tmp_Rotate.cs => RotateUserAccountKeysCommand.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Core/KeyManagement/UserKey/Implementations/{tmp_Rotate.cs => RotateUserAccountKeysCommand.cs} (100%) diff --git a/src/Core/KeyManagement/UserKey/Implementations/tmp_Rotate.cs b/src/Core/KeyManagement/UserKey/Implementations/RotateUserAccountKeysCommand.cs similarity index 100% rename from src/Core/KeyManagement/UserKey/Implementations/tmp_Rotate.cs rename to src/Core/KeyManagement/UserKey/Implementations/RotateUserAccountKeysCommand.cs