mirror of
https://github.com/bitwarden/server
synced 2026-03-01 10:51:26 +00:00
backwards compat apis on Uri
This commit is contained in:
@@ -54,7 +54,7 @@ namespace Bit.Core.Models.Api
|
||||
|
||||
Name = cipherData.Name;
|
||||
Notes = cipherData.Notes;
|
||||
Fields = cipherData.Fields.Select(f => new CipherFieldModel(f));
|
||||
Fields = cipherData.Fields?.Select(f => new CipherFieldModel(f));
|
||||
RevisionDate = cipher.RevisionDate;
|
||||
OrganizationId = cipher.OrganizationId?.ToString();
|
||||
Attachments = AttachmentResponseModel.FromCipher(cipher, globalSettings);
|
||||
|
||||
Reference in New Issue
Block a user