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