You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after PR #136 is merged, there is some refactoring still needed for the updateCommentInCache() function in ./app/services/commentService.ts
-> we should be able to combine the 2 functions updatePostInCache() and updateProjectUpdateInCache(), cause the Redis entries are almost the same, save also the author of the POST/UPDATE
The text was updated successfully, but these errors were encountered:
after PR #136 is merged, there is some refactoring still needed for the
updateCommentInCache()
function in./app/services/commentService.ts
-> we should be able to combine the 2 functions
updatePostInCache()
andupdateProjectUpdateInCache()
, cause the Redis entries are almost the same, save also the author of the POST/UPDATEThe text was updated successfully, but these errors were encountered: