Moves remaining references to non-inclusive language (#1949)

This commit is contained in:
Charlie Tran 2020-10-20 13:58:09 -07:00 committed by GitHub
parent 4a80baaeb5
commit c29fd38c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 476 additions and 38 deletions

View File

@ -42,7 +42,7 @@ export interface IAppConfig {
CORP: string; CORP: string;
}; };
// Lists the DatasetPlatforms that are supported for JIT ACL requests // Lists the DatasetPlatforms that are supported for JIT ACL requests
whitelist: Array<DatasetPlatform>; allowList: Array<DatasetPlatform>;
// Email contact for issues with JIT ACL service and endpoint // Email contact for issues with JIT ACL service and endpoint
contact: string; contact: string;
}; };

File diff suppressed because it is too large Load Diff