mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
fix type compile bug
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Bit.Core.Models.Api
|
|||||||
Name = organization.Name;
|
Name = organization.Name;
|
||||||
Key = organization.Key;
|
Key = organization.Key;
|
||||||
Status = organization.Status;
|
Status = organization.Status;
|
||||||
Type = organization;
|
Type = organization.Type;
|
||||||
}
|
}
|
||||||
|
|
||||||
public string Id { get; set; }
|
public string Id { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user