1
0
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:
Kyle Spearrin 2017-03-25 21:21:38 -04:00
parent 5b7c683c57
commit 1158e7051d

View File

@ -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; }