Skip to content

Commit

Permalink
fix pk imports with description_templates set
Browse files Browse the repository at this point in the history
somehow an even *more* obscure feature was mistyped! least surprising twist of the century
  • Loading branch information
Ruthenic committed Jan 9, 2024
1 parent 586f061 commit 59437a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pluralkit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub struct Config {
pub member_limit: i64,
pub group_limit: i64,
pub case_sensitive_proxy_tags: bool,
pub description_templates: Vec<()>,
pub description_templates: Vec<String>,
}

impl Default for Config {
Expand Down

0 comments on commit 59437a5

Please sign in to comment.