Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
idatt2106-2024-07
frontend
Commits
0d314ea5
Commit
0d314ea5
authored
1 year ago
by
Victor Ekholt Gunrell Kaste
Browse files
Options
Downloads
Patches
Plain Diff
feat: fixed duplication in userService
parent
e8720285
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!69
Feat/redesign roadmap
Pipeline
#282330
passed with warnings
1 year ago
Stage: install
Stage: build
Stage: test
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/api/services/UserService.ts
+0
-12
0 additions, 12 deletions
src/api/services/UserService.ts
with
0 additions
and
12 deletions
src/api/services/UserService.ts
+
0
−
12
View file @
0d314ea5
...
...
@@ -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
'
,
});
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment