Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienDeepgram committed Jul 13, 2024
1 parent 69cd345 commit 857f0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transcription/prerecorded/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use uuid::Uuid;
pub struct Response {
#[allow(missing_docs)]
pub request_id: Option<Uuid>,

#[allow(missing_docs)]
pub metadata: Option<ListenMetadata>,

Expand Down

0 comments on commit 857f0eb

Please sign in to comment.