-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#13064] Use AccountRequestUpdateRequest as parameter #13068
[#13064] Use AccountRequestUpdateRequest as parameter #13068
Conversation
Hi @Stain19, thank you for your interest in contributing to TEAMMATES!
Please address the above before we proceed to review your PR. |
@Stain19 Hi please fix the lints as specified by the github action 'Component Test/lint'. Thanks! |
Changes Made |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a nit.
src/web/services/account.service.ts
Outdated
status: AccountRequestStatus, comments: string) | ||
editAccountRequest(id: string, accountReqUpdateRequest: AccountRequestUpdateRequest) | ||
: Observable<AccountRequest> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just a nit. Would it be possible to combine this into one line? So like
editAccountRequest(id: string, accountReqUpdateRequest: AccountRequestUpdateRequest) : Observable<AccountRequest> {
If I'm not wrong, the limit is 120, and this single line should only be 117, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes Made!!
Apparently nothing went wrong, i just run the lint test 👍🏼
…13064-use-accountRequestUpdateRequest-as-parameter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #13064