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

Improvements #269

Merged
merged 29 commits into from
Jan 24, 2025
Merged

Improvements #269

merged 29 commits into from
Jan 24, 2025

Conversation

indpurvesh
Copy link
Member

No description provided.

@indpurvesh indpurvesh merged commit 5cf33be into main Jan 24, 2025
3 of 6 checks passed
@indpurvesh indpurvesh deleted the improvements branch January 24, 2025 22:22
@@ -0,0 +1,64 @@
use std::sync::Arc;

use crate::models::page_model::PutPageIdentifierModel;

Check warning

Code scanning / clippy

unused import: crate::models::page_model::PutPageIdentifierModel Warning

unused import: crate::models::page\_model::PutPageIdentifierModel
use crate::models::page_model::PutPageIdentifierModel;
use crate::{avored_state::AvoRedState, error::Result};

use crate::api::handlers::page::request::put_page_request::PutPageRequest;

Check warning

Code scanning / clippy

unused import: crate::api::handlers::page::request::put_page_request::PutPageRequest Warning

unused import: crate::api::handlers::page::request::put\_page\_request::PutPageRequest
use crate::error::Error;
use crate::models::token_claim_model::LoggedInUser;
use crate::models::validation_error::ErrorResponse;
use crate::responses::page::PutPageIdentifierResponse;

Check warning

Code scanning / clippy

unused import: crate::responses::page::PutPageIdentifierResponse Warning

unused import: crate::responses::page::PutPageIdentifierResponse
password_salt: &String
) -> Result<String>{

password_salt: &String,

Check warning

Code scanning / clippy

writing &String instead of &str involves a new object where a slice will do Warning

writing &String instead of &str involves a new object where a slice will do
use crate::repositories::content_repository::ContentRepository;
use crate::error::Result;
use crate::models::{ModelCount, Pagination};
use crate::models::page_model::{PageModel, PutPageIdentifierModel};

Check warning

Code scanning / clippy

unused imports: PageModel and PutPageIdentifierModel Warning

unused imports: PageModel and PutPageIdentifierModel
use crate::repositories::content_repository::ContentRepository;
use crate::error::Result;
use crate::models::{ModelCount, Pagination};
use crate::models::page_model::{PageModel, PutPageIdentifierModel};

Check warning

Code scanning / clippy

unused imports: PageModel and PutPageIdentifierModel Warning

unused imports: PageModel and PutPageIdentifierModel
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.

1 participant