Skip to content

Commit

Permalink
chore: update index.jsx
Browse files Browse the repository at this point in the history
fucntion -> function
  • Loading branch information
eltociear authored Aug 10, 2024
1 parent cf91c89 commit 0423276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Front-End/src/views/MyMessages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const ChatGptIndex = () => {

}

// fucntion to handle message record after fectched from the moralis parese database
// function to handle message record after fectched from the moralis parese database
const handleMessageRecordFromParseServer = async (records) => {

let messageRecordsTobeShown = []
Expand Down

0 comments on commit 0423276

Please sign in to comment.