Skip to content

Commit

Permalink
Devicetoken User update when voucher updated (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
inh2613 authored Oct 20, 2023
2 parents 73ec806 + 54bd54e commit fcc05df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void save(String username, String token) {
} else {
deviceToken = read(token);
deviceToken.setUpdatedAt(LocalDateTime.now());
deviceToken.setUser(user);
}
deviceTokenRepository.save(deviceToken);
}
Expand Down

0 comments on commit fcc05df

Please sign in to comment.