mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 07:51:28 +02:00
fix(lint): improve styling and fix lint errors
This commit is contained in:
@@ -59,7 +59,7 @@ func (client *GotifyClient) MarshalMessage(logMsg *LogMessage) ([]byte, error) {
|
||||
}
|
||||
|
||||
if client.Format == LogFormatMarkdown {
|
||||
msg.Extras = map[string]interface{}{
|
||||
msg.Extras = map[string]any{
|
||||
"client::display": map[string]string{
|
||||
"contentType": "text/markdown",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user