fix split "/"
This commit is contained in:
parent
1a5adfa6d3
commit
fba2938169
3 changed files with 5 additions and 5 deletions
|
|
@ -276,7 +276,7 @@ export class EvaluateResultController extends Controller {
|
|||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลบุคคล");
|
||||
}
|
||||
|
||||
const splitOc = await experimenteeData.organization.split("/");
|
||||
const splitOc = await experimenteeData.organization.split(" ");
|
||||
const splitOcAmount = await splitOc.length;
|
||||
const experimentee = await {
|
||||
...experimenteeData,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue