Skip to content

Commit 9b37fc8

Browse files
committed
fixed styles
1 parent 6d0ee56 commit 9b37fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/services/cooperation-service.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const CooperationNotesService = {
9595
parameters: { id: cooperationId }
9696
}),
9797
data
98-
})
98+
})
9999
},
100100
updateNote: (
101101
cooperationId: string,
@@ -109,7 +109,7 @@ export const CooperationNotesService = {
109109
parameters: { id: cooperationId, noteId }
110110
}),
111111
data
112-
})
112+
})
113113
},
114114
deleteNote: (cooperationId: string, noteId: string) => {
115115
return baseService.request<void>({
@@ -118,6 +118,6 @@ export const CooperationNotesService = {
118118
pathname: URLs.notes.delete,
119119
parameters: { id: cooperationId, noteId }
120120
})
121-
})
121+
})
122122
}
123123
}

0 commit comments

Comments
 (0)