Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 4, 2024
1 parent cd004d5 commit 974ae3a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public EditCommand parse(String args) throws ParseException {
requireNonNull(args);
ArgumentMultimap argMultimap =
ArgumentTokenizer.tokenize(args, PREFIX_NAME, PREFIX_PHONE, PREFIX_EMAIL, PREFIX_ADDRESS,
PREFIX_SUBJECT, PREFIX_GRADE, PREFIX_NOTE, PREFIX_DATETIME, PREFIX_TAG);
PREFIX_SUBJECT, PREFIX_GRADE, PREFIX_ATTENDANCE, PREFIX_PAYMENT, PREFIX_NOTE, PREFIX_DATETIME,
PREFIX_TAG);

Index index;

Expand Down

0 comments on commit 974ae3a

Please sign in to comment.