Skip to content
Snippets Groups Projects
Commit 0d314ea5 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

feat: fixed duplication in userService

parent e8720285
No related branches found
No related tags found
1 merge request!69Feat/redesign roadmap
Pipeline #282330 passed with warnings
......@@ -236,16 +236,4 @@ export class UserService {
url: '/api/users/get-feedback',
});
}
/**
* Get the list of budgets
* Get all budgets related to the authenticated user
* @returns BudgetResponseDTO Successfully got budgets
* @throws ApiError
*/
public static getFeedback(): CancelablePromise<Array<FeedbackResponseDTO>> {
return __request(OpenAPI, {
method: 'GET',
url: '/api/users/get-feedback',
});
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment