Skip to content

Commit

Permalink
Update evaluation.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosapaduarte committed Apr 16, 2024
1 parent 4ad12d3 commit 1fb09ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/evaluation/evaluation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ export class EvaluationService {
}
private refWebsite(ref: string):string {
let result;
if(ref.length>3){
if(ref.length>5){
result = this.refWebsiteACT(ref);
}else{
result = this.refWebsiteTecnique(ref);
Expand Down

0 comments on commit 1fb09ec

Please sign in to comment.