mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
fix deprecated variant type
This commit is contained in:
parent
33d5d414ac
commit
0dbc8def65
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ impl Load {
|
||||||
Self {
|
Self {
|
||||||
simple_action: SimpleAction::new(
|
simple_action: SimpleAction::new(
|
||||||
&uuid_string_random(),
|
&uuid_string_random(),
|
||||||
Some(&<(String, bool)>::static_variant_type()),
|
Some(&<String>::static_variant_type()),
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue