Skip to content

Commit

Permalink
Refactor: (main) 코드 리팩토링
Browse files Browse the repository at this point in the history
  • Loading branch information
alsdl0629 committed Nov 8, 2023
1 parent 77fde25 commit 3708e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RefreshToken(
val accountId: String,

@Indexed
var token: String
var token: String,
) {
fun updateToken(token: String) {
this.token = token
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package team.sfe.server.domain.auth.domain.presentation
package team.sfe.server.domain.auth.presentation

import jakarta.validation.Valid
import org.springframework.http.HttpStatus
Expand Down

0 comments on commit 3708e91

Please sign in to comment.