Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshsharma99 committed Feb 4, 2025
1 parent 0a7d603 commit 6efb010
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/models/chunkr/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl Pipeline {
.configuration
.expires_in
.map(|seconds| finished_at + chrono::Duration::seconds(seconds as i64));
println!("Expires at: {:?}", expires_at);

async fn revert_to_previous(
task: &mut Task,
payload: &TaskPayload,
Expand Down
1 change: 0 additions & 1 deletion core/src/utils/routes/create_user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::models::chunkr::user::{Tier, UsageLimit, UsageType, User};
use crate::utils::clients::get_pg_client;
use prefixed_api_key::PrefixedApiKeyController;
use serde::{Deserialize, Serialize};
use std::str::FromStr;

#[derive(Debug, Serialize, Deserialize)]
struct PreAppliedPages {
Expand Down

0 comments on commit 6efb010

Please sign in to comment.