We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a912865 commit 940f4b8Copy full SHA for 940f4b8
src/app/modules/customer-management/components/projects-type/services/project-type.service.ts
@@ -28,6 +28,6 @@ export class ProjectTypeService {
28
29
updateProjectType(projectTypeData): Observable<any> {
30
const url = `${this.baseUrl}/${projectTypeData.id}`;
31
- return this.http.put(url, projectTypeData)
+ return this.http.put(url, projectTypeData);
32
}
33
0 commit comments