From 9c44fc1329b9595560462ffb7cd4d32bb0e22a68 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 18 Feb 2019 23:53:31 -0500 Subject: [PATCH] remove country from org create req --- src/models/request/organizationCreateRequest.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/request/organizationCreateRequest.ts b/src/models/request/organizationCreateRequest.ts index 3188afb3a1..7a7e92cf5d 100644 --- a/src/models/request/organizationCreateRequest.ts +++ b/src/models/request/organizationCreateRequest.ts @@ -11,5 +11,4 @@ export class OrganizationCreateRequest { additionalStorageGb: number; premiumAccessAddon: boolean; collectionName: string; - country: string; }