mirror of
https://github.com/bitwarden/server
synced 2025-12-21 10:43:44 +00:00
update libs and cleanup
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Bit.Core.Models.Table
|
||||
{
|
||||
public class Cipher : IDataObject<Guid>
|
||||
public class Cipher : ITableObject<Guid>
|
||||
{
|
||||
private Dictionary<string, CipherAttachment.MetaData> _attachmentData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user