Skip to content

Commit

Permalink
fix: imported parse_api_error
Browse files Browse the repository at this point in the history
  • Loading branch information
alenmestrov committed Nov 13, 2024
1 parent 9ddaed2 commit bb336e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/server/src/admin/handlers/proposals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use calimero_context_config::{Proposal as ProposalConfig, ProposalWithApprovals,
use calimero_primitives::context::ContextId;
use serde::{Deserialize, Serialize};
use serde_json::Value;

use crate::admin::service::parse_api_error;
use crate::admin::service::ApiResponse;
use crate::AdminState;

Expand Down

0 comments on commit bb336e9

Please sign in to comment.