Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi833 committed Apr 13, 2024
1 parent c2c9ac8 commit 9015535
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public AddItemCommand(Item item) {
toAdd = item;
}


@Override
public CommandResult execute(Model model) throws CommandException {
requireNonNull(model);
Expand Down

0 comments on commit 9015535

Please sign in to comment.