Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
fishonamos committed Oct 30, 2024
1 parent 42e0031 commit 87a0551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion land_registry/src/land_register.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pub mod LandRegistryContract {

let prev_land = self.lands.read(land_id);

self.lands.write(land_id, Land { inspector, ..prev_land });
self.lands.write(land_id, Land { inspector: inspector, ..prev_land });

self.emit(LandInspectorSet { land_id, inspector });
}
Expand Down

0 comments on commit 87a0551

Please sign in to comment.