Skip to content

Commit

Permalink
Merge branch 'develop' into feat/filenotfound-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjnrohit committed Nov 14, 2023
2 parents 083d4e7 + 77ea748 commit 7d6d588
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/handlers/process.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use crate::handlers::types::{ApiCommand, ApiCommandResult};
use crate::worker::{ProcessState, WorkerEngine};
use rocket::State;
use tracing::info;
use tracing::instrument;
use tracing::{info, instrument};
use uuid::Uuid;

#[instrument]
Expand Down

0 comments on commit 7d6d588

Please sign in to comment.