Merge branch 'develop' into feat/256-reception-etape-3-bovin
# Conflicts: # .idea/workspace.xml
This commit is contained in:
@@ -10,6 +10,7 @@ export async function getReceptionList(isValid: boolean|null = null) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
export async function getReception(id: number) {
|
||||
const api = useApi()
|
||||
return api.get<ReceptionData>(`receptions/${id}`, {}, {
|
||||
|
||||
Reference in New Issue
Block a user