Skip to content

Commit 940f4b8

Browse files
author
Abigail Cabascango
committed
refactor: TTA-115 solve github comment
1 parent a912865 commit 940f4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/customer-management/components/projects-type/services/project-type.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export class ProjectTypeService {
2828

2929
updateProjectType(projectTypeData): Observable<any> {
3030
const url = `${this.baseUrl}/${projectTypeData.id}`;
31-
return this.http.put(url, projectTypeData)
31+
return this.http.put(url, projectTypeData);
3232
}
3333
}

0 commit comments

Comments
 (0)