Skip to content

Commit

Permalink
END OF PHASE1
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia-mahrooghi committed May 13, 2022
1 parent 9ba7dc7 commit cbdb859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/models/UsersDatabase.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ public User getUserByNickname(String nickname) {
return users.get(i);
}
return null;
}
}
}

0 comments on commit cbdb859

Please sign in to comment.