Skip to content

Commit

Permalink
Fix block id for target
Browse files Browse the repository at this point in the history
  • Loading branch information
StackDoubleFlow committed Jul 31, 2024
1 parent e6624ec commit 651f016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/blocks/src/blocks/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ blocks! {
Target {
props: {},
get_id: 19381,
from_id(_id): 19396 => {},
from_id(_id): 19381 => {},
from_names(_name): {
"target" => {}
},
Expand Down

0 comments on commit 651f016

Please sign in to comment.