Skip to content

Commit

Permalink
fix(application): set correct type for storage_paths
Browse files Browse the repository at this point in the history
see #51
  • Loading branch information
Björn Urban committed May 29, 2024
1 parent 74fadb0 commit f44d882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct Document {
id: u32,
correspondent: Option<u32>,
document_type: Option<u32>,
storage_path: Option<String>,
storage_path: Option<u32>,
title: String,
content: String,
created: String,
Expand Down

0 comments on commit f44d882

Please sign in to comment.