Skip to content

Commit 0719dfd

Browse files
committed
[Chore] #188 - 웹훅 페이로드 수정 (플랫폼 표시)
1 parent b1fc655 commit 0719dfd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Neki-iOS/Features/QRCodeScanner/Sources/Data/Sources/Repositories/DTOs/DiscordWebhookDTO.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ public enum DiscordWebhookDTO {
3131
description: "새로운 포토부스 브랜드이거나 파싱에 실패한 URL입니다.",
3232
color: 16711680, // 빨강색 (Hex: FF0000)
3333
fields: [
34+
Field(name: "🍎 Platform", value: "iOS", inline: true),
3435
Field(name: "👤 User", value: "\(user.nickname) (ID: \(user.id))", inline: true),
3536
Field(name: "🌐 Host", value: host, inline: true),
36-
Field(name: "🔗 Full URL", value: unsupportedURL.absoluteString, inline: false)
37+
Field(name: "🔗 Full URL", value: unsupportedURL.absoluteString, inline: false),
3738
]
3839
)
3940

0 commit comments

Comments
 (0)