Skip to content

Commit

Permalink
Pass lint and trigger main CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gagbo committed Jul 10, 2024
1 parent b35960a commit 4dd28de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/sentry/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use fiberplane_models::{
};
use fiberplane_pdk::prelude::*;
use percent_encode::encode_uri_component;
use sentry::*;
pub use sentry::*;
use std::{fmt::Write, str::FromStr};

const OVERVIEW_QUERY_TYPE: &str = "x-issues-overview";
Expand Down

0 comments on commit 4dd28de

Please sign in to comment.