Skip to content

Commit

Permalink
Fix: Uncommented database::set
Browse files Browse the repository at this point in the history
  • Loading branch information
gianalarcon committed Jan 16, 2024
1 parent 0e935fb commit 1be306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dojo-core/src/world.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ mod world {
};

let key = poseidon::poseidon_hash_span(keys);
//database::set(model, key, 0, empty_values.span(), layout);
database::set(model, key, 0, empty_values.span(), layout);
// this deletes the index
database::del(model, key);

Expand Down

0 comments on commit 1be306d

Please sign in to comment.