Skip to content

Commit

Permalink
Minor fix for tech partner mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Nov 14, 2023
1 parent 33bc76e commit 272b34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared.go
Original file line number Diff line number Diff line change
Expand Up @@ -8200,7 +8200,7 @@ func HandleEditOrg(resp http.ResponseWriter, request *http.Request) {
newLeadinfo.Creator = true
}

if lead == "tech_partner" {
if lead == "tech partner" {
newLeadinfo.TechPartner = true
}
}
Expand Down

0 comments on commit 272b34d

Please sign in to comment.