Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: TTA-115 solve github comment
  • Loading branch information
Abigail Cabascango committed Oct 6, 2022
commit 940f4b87b92cf067e8e2502ea9008095130af89f
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export class ProjectTypeService {

updateProjectType(projectTypeData): Observable<any> {
const url = `${this.baseUrl}/${projectTypeData.id}`;
return this.http.put(url, projectTypeData)
return this.http.put(url, projectTypeData);
}
}