Skip to content

Commit

Permalink
Fix chat message
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Oct 16, 2024
1 parent ef080ef commit fd44e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/ingest/bmm_simple_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func BmmIngestUpload(ctx workflow.Context, params BmmSimpleUploadParams) (*BmmSi

workflow.GetLogger(ctx).Info("Uploading file to BMM", "path", path)

wfutils.SendTelegramText(ctx, telegram.ChatOther, fmt.Sprintf("🟦 Importing file to MB: `%s`", path))
wfutils.SendTelegramText(ctx, telegram.ChatBMM, fmt.Sprintf("🟦 Importing file to MB: `%d-%s`", params.TrackID, params.Language))

outputDir, err := wfutils.GetWorkflowRawOutputFolder(ctx)
if err != nil {
Expand Down

0 comments on commit fd44e0d

Please sign in to comment.