Skip to content

Commit

Permalink
feat: add sender username to sender files of text model
Browse files Browse the repository at this point in the history
  • Loading branch information
shabane committed Nov 27, 2024
1 parent 6028c8e commit d224743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/texts.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ router.post('/', (req, res) => {
User_Data.create({
user: user.id,
data: text.id,
sender: user.username,
}).then(user_data => {
res.send({
user: user.username,
Expand Down

0 comments on commit d224743

Please sign in to comment.