Skip to content

Commit

Permalink
Merge pull request #207 from GSM-MSG/delete/return_project
Browse files Browse the repository at this point in the history
๐Ÿ”€ :: ํ”„๋กœ์ ํŠธ ๋งํฌ ๋ฐ˜ํ™˜ id๊ฐ’ ์ œ๊ฑฐ
  • Loading branch information
Huuuunee authored Aug 28, 2023
2 parents 805bdc4 + 521ac4e commit f6a586c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ object ProjectUtil {

private fun toLinkResponseData(projectLink: ProjectLink) =
ProjectLinkResponseData(
id = projectLink.projectId,
name = projectLink.name,
url = projectLink.url
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package team.msg.sms.domain.project.dto.res

data class ProjectLinkResponseData(
val id: Long,
val name: String,
val url: String
)

0 comments on commit f6a586c

Please sign in to comment.