refactor: correct JSON tag for Filename in FileAttachment struct
All checks were successful
🚀 Publish Release Package / publish (push) Successful in 32s
All checks were successful
🚀 Publish Release Package / publish (push) Successful in 32s
This commit is contained in:
@@ -25,7 +25,7 @@ type Destination struct {
|
||||
}
|
||||
|
||||
type FileAttachment struct {
|
||||
Filename string `json:"Filename"`
|
||||
Filename string `json:"FileName"`
|
||||
Content string `json:"Content"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user