Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 30, 2024
1 parent c245dbd commit 8ca23a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/snippet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (SnippetExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (e
if content == "" {
content = "empty output"
}
content = fmt.Sprintf("ID:%s %s", channelID, in.Context)
fileSize := len(content)
filename := fmt.Sprintf("%s.log", strconv.FormatInt(time.Now().Unix(), 10))

Expand Down

0 comments on commit 8ca23a4

Please sign in to comment.