Skip to content
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

97 user role crud #100

Merged
merged 6 commits into from
Jan 2, 2024
Merged

97 user role crud #100

merged 6 commits into from
Jan 2, 2024

Conversation

indpurvesh
Copy link
Member

No description provided.

@indpurvesh indpurvesh linked an issue Jan 2, 2024 that may be closed by this pull request
@indpurvesh indpurvesh merged commit 710b750 into main Jan 2, 2024
7 of 8 checks passed
@indpurvesh indpurvesh deleted the 97-user-role-crud branch January 2, 2024 21:13
.await?;
let response = FetchPageResponse {
status: true,
role_model: role_model

Check warning

Code scanning / clippy

redundant field names in struct initialization Warning

redundant field names in struct initialization
Err(errors) => errors,
};

for (field_name, error) in validation_error_list.errors() {

Check warning

Code scanning / clippy

unused variable: field_name Warning

unused variable: field\_name
}

impl StoreRoleRequest {
pub fn _validate_errors(&self, mut session: AvoRedSession) -> Result<ValidationErrors> {

Check warning

Code scanning / clippy

unused variable: session Warning

unused variable: session
}

impl StoreRoleRequest {
pub fn _validate_errors(&self, mut session: AvoRedSession) -> Result<ValidationErrors> {

Check warning

Code scanning / clippy

variable does not need to be mutable Warning

variable does not need to be mutable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User Role CRUD
1 participant