Skip to content

Commit cc3300f

Browse files
committed
fix: 디스코드 웹훅 페이로드에서 아바타 URL을 제거한다
1 parent c139133 commit cc3300f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

infrastructure/rest/src/main/kotlin/site/techmoa/infrastructure/rest/adapter/WebhookRestPublisher.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class WebhookRestPublisher(
6565

6666
return DiscordWebhookPayload(
6767
username = "TechMoaNews",
68-
avatarUrl = "https://avatars.githubusercontent.com/u/6031226?v=4",
6968
embeds = listOf(embed)
7069
)
7170
}

0 commit comments

Comments
 (0)