alfa release

This commit is contained in:
ctengiz
2024-04-16 22:01:23 +03:00
parent cb91e4dfcf
commit 09b7f3b74b
17 changed files with 955 additions and 28 deletions

View File

@@ -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