jaeyun0503 commented on code in PR #3710:
URL: https://github.com/apache/texera/pull/3710#discussion_r2321186076
##########
core/amber/src/main/scala/edu/uci/ics/texera/web/resource/dashboard/hub/HubResource.scala:
##########
@@ -214,30 +200,30 @@ object HubResource {
.set(idColumn, entityId)
.execute()
- recordUserActivity(request, userId, entityId, entityType, Like)
+ recordUserAction(request, userId, entityId, entityType, Like)
Review Comment:
I see what you meant. I am unsure if I should be making these changes in
this PR since this PR is mostly about refactoring the schema of the
`user_activity` table
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]