1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-20 10:58:07 -05:00

Fix incorrect namespace

This commit is contained in:
Bernd Schoolmann 2025-06-05 16:28:25 +02:00
parent 4e25938072
commit 95c0e28489
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
using Bit.Core.KeyManagement.Models.Data; using Bit.Core.KeyManagement.Models.Data;
using Bit.Core.Models.Api; using Bit.Core.Models.Api;
namespace Bit.Api.Models.Response; namespace Bit.Api.KeyManagement.Models.Response;
#nullable enable #nullable enable