mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
remove noOrg param
This commit is contained in:
@ -33,7 +33,7 @@ namespace Bit.Core.Models.Api
|
||||
public IdentityType Identity { get; set; }
|
||||
public SecureNoteType SecureNote { get; set; }
|
||||
|
||||
public CipherDetails ToCipherDetails(Guid userId, bool noOrg = false)
|
||||
public CipherDetails ToCipherDetails(Guid userId)
|
||||
{
|
||||
var cipher = new CipherDetails
|
||||
{
|
||||
|
Reference in New Issue
Block a user