alfa release
This commit is contained in:
@@ -60,7 +60,7 @@ func companyCreate(w http.ResponseWriter, r *http.Request) {
|
||||
return
|
||||
}
|
||||
|
||||
err = data.DbCreate(r.Context(), true, tc.UsrID())
|
||||
err = data.DbCreate(r.Context(), tc.ClientID(), true, tc.UsrID())
|
||||
if err != nil {
|
||||
mhttp.InternalServerError(w, err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user