Skip to content

Commit

Permalink
⚡️: fix 네이밍 수정 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
sookyungg committed Apr 3, 2024
1 parent 8adcdcc commit e0df26f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.th.plu.api.controller.notification.dto.request

data class MessageSendRequest(var title: String, var body: String) {
companion object {
fun DAILY_QUESTION_MESSAGE() = MessageSendRequest(
fun dailySendMessage() = MessageSendRequest(
title = "오늘의 질문 알림",
body = "오늘의 질문에 답할 시간입니다."
)
Expand Down

0 comments on commit e0df26f

Please sign in to comment.