1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 13:38:13 -05:00

remove noOrg param

This commit is contained in:
Kyle Spearrin 2017-12-04 16:44:17 -05:00
parent 6639c61ee1
commit 88c35f9f86

View File

@ -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
{