Skip to content

Commit

Permalink
chore: fire log
Browse files Browse the repository at this point in the history
  • Loading branch information
whatwewant committed Feb 18, 2023
1 parent 341cd8d commit e8d4834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func ServeFeishuBot(cfg *FeishuBotConfig) error {
AppID: cfg.AppID,
AppSecret: cfg.AppSecret,
}, func(contentString string, request *feishuEvent.EventRequest, reply func(content string, msgType ...string) error) error {
fmt.PrintJSON(request)
// fmt.PrintJSON(request)

// empty message
if strings.TrimSpace(contentString) == "" {
Expand Down

0 comments on commit e8d4834

Please sign in to comment.