Skip to content

Commit

Permalink
refactor: goal & quest 벡터 저장 비동기 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
koosco committed Dec 6, 2024
1 parent 391be5b commit 2f175a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public void updateGoal(UpdateVectorGoalDto dto) {
saveVector(vector, dto.memberId());
}

@Async
@Override
public void updateQuest(UpdateVectorQuestDto dto) {
Vector vector =
Expand Down

0 comments on commit 2f175a5

Please sign in to comment.