mirror of
https://github.com/bitwarden/server.git
synced 2025-04-22 05:25:10 -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;
|
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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user