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 6d0ee56 commit 9b37fc8Copy full SHA for 9b37fc8
src/services/cooperation-service.ts
@@ -95,7 +95,7 @@ export const CooperationNotesService = {
95
parameters: { id: cooperationId }
96
}),
97
data
98
- })
+ })
99
},
100
updateNote: (
101
cooperationId: string,
@@ -109,7 +109,7 @@ export const CooperationNotesService = {
109
parameters: { id: cooperationId, noteId }
110
111
112
113
114
deleteNote: (cooperationId: string, noteId: string) => {
115
return baseService.request<void>({
@@ -118,6 +118,6 @@ export const CooperationNotesService = {
118
pathname: URLs.notes.delete,
119
120
})
121
122
}
123
0 commit comments