mirror of
https://github.com/bitwarden/server.git
synced 2025-04-10 23:58:13 -05:00
fix type compile bug
This commit is contained in:
parent
5b7c683c57
commit
1158e7051d
@ -12,7 +12,7 @@ namespace Bit.Core.Models.Api
|
||||
Name = organization.Name;
|
||||
Key = organization.Key;
|
||||
Status = organization.Status;
|
||||
Type = organization;
|
||||
Type = organization.Type;
|
||||
}
|
||||
|
||||
public string Id { get; set; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user