From 73b8d8e6b8bce49febcf889ff33c004456d34d49 Mon Sep 17 00:00:00 2001 From: Jacob Fink Date: Thu, 20 Jul 2023 09:20:31 -0400 Subject: [PATCH] fix bad merge --- src/Core/Constants.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Core/Constants.cs b/src/Core/Constants.cs index 585d5ac92..39ebd958c 100644 --- a/src/Core/Constants.cs +++ b/src/Core/Constants.cs @@ -92,7 +92,6 @@ namespace Bit.Core public static string PoliciesKey(string userId) => $"policies_{userId}"; public static string EncOrgKeysKey(string userId) => $"encOrgKeys_{userId}"; public static string EncPrivateKeyKey(string userId) => $"encPrivateKey_{userId}"; - public static string EncKeyKey(string userId) => $"encKey_{userId}"; public static string DeviceKeyKey(string userId) => $"deviceKey_{userId}"; public static string KeyHashKey(string userId) => $"keyHash_{userId}"; public static string UserKeyPinKey(string userId) => $"userKeyPin_{userId}";