Skip to content

Commit

Permalink
Merge branch 'feature/DRAW-390' into sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
comforest committed Oct 23, 2024
2 parents 1d6a626 + 69227ea commit 55c8323
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions domain/src/main/kotlin/com/xorker/draw/auth/AuthPlatform.kt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.xorker.draw.auth

enum class AuthPlatform(description: String) {
APPLE("애플"),
GOOGLE("구글"),
;
}
package com.xorker.draw.auth

enum class AuthPlatform(description: String) {
APPLE("애플"),
GOOGLE("구글"),

;
}

0 comments on commit 55c8323

Please sign in to comment.