From 7ee9332edf26ae71765e5c4fdf9233474e02598d Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 5 Jun 2025 16:39:44 +0200 Subject: [PATCH] Fix build error --- src/Api/Vault/Controllers/SyncController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Api/Vault/Controllers/SyncController.cs b/src/Api/Vault/Controllers/SyncController.cs index 31f8edb5cf..876fc0871c 100644 --- a/src/Api/Vault/Controllers/SyncController.cs +++ b/src/Api/Vault/Controllers/SyncController.cs @@ -1,4 +1,5 @@ -using Bit.Api.KeyManagement.Queries; +using Bit.Api.KeyManagement.Models.Response; +using Bit.Api.KeyManagement.Queries; using Bit.Api.Vault.Models.Response; using Bit.Core; using Bit.Core.AdminConsole.Entities;