Skip to content

Commit 1d793a3

Browse files
committed
Fixed typo in temporary UserDatabase
1 parent d20f653 commit 1d793a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/temp_persistence/UserDatabase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public ArrayList<Message> getConversationHistory(ConvHistDsRequestModel dsReques
4646
// Find chat under specified User
4747
Chat chat = temp_accounts.get(userID).getChats().get(chatID);
4848

49-
return Chat.getConversationHistory();
49+
return chat.getConversationHistory();
5050
}
5151
}

0 commit comments

Comments
 (0)