remove country from org create req

This commit is contained in:
Kyle Spearrin 2019-02-18 23:53:31 -05:00
parent b95b35e7d9
commit 9c44fc1329
1 changed files with 0 additions and 1 deletions

View File

@ -11,5 +11,4 @@ export class OrganizationCreateRequest {
additionalStorageGb: number;
premiumAccessAddon: boolean;
collectionName: string;
country: string;
}