mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +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 {
|
||||
simple_action: SimpleAction::new(
|
||||
&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