Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydew committed Mar 27, 2024
1 parent 73441f6 commit 08a8e08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ class SavedArticlesPersistenceImpl(persistanceConfig: PersistenceConfig) extends
* Previously we had been using the put method to create new records,
* however the put operation only supports return values of the old value or none
* https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html
* Since we use the database response to respond to
*
* Since we use the database response to respond to the client, we want to have
* the latest data from the data
* @param userId
* @param savedArticles
* @return savedArticles
Expand Down

0 comments on commit 08a8e08

Please sign in to comment.