Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
komal-sai-yral committed Jun 11, 2024
1 parent 1bd7fcc commit 13f6239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/report.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::env;

use crate::consts::OFF_CHAIN_AGENT_GRPC_URL;
use crate::utils::off_chain;
use leptos::{server, ServerFnError};

pub enum ReportOption {
Expand Down Expand Up @@ -34,6 +33,7 @@ pub async fn send_report_offchain(
reason: String,
video_url: String,
) -> Result<(), ServerFnError> {
use crate::utils::off_chain;
use tonic::metadata::MetadataValue;
use tonic::transport::Channel;
use tonic::Request;
Expand Down

0 comments on commit 13f6239

Please sign in to comment.