Add huss in the client type map
This commit is contained in:
parent
b6fa1956c0
commit
4968162bfc
|
|
@ -44,7 +44,8 @@ CLIENT_TYPE_MAP <- list(
|
||||||
"xinavane" = "agronomic_support",
|
"xinavane" = "agronomic_support",
|
||||||
"esa" = "agronomic_support",
|
"esa" = "agronomic_support",
|
||||||
"simba" = "agronomic_support",
|
"simba" = "agronomic_support",
|
||||||
"john" = "agronomic_support"
|
"john" = "agronomic_support",
|
||||||
|
"huss" = "agronomic_support"
|
||||||
)
|
)
|
||||||
|
|
||||||
#' Get client type for a project
|
#' Get client type for a project
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue