Skip to content

Commit

Permalink
Fix TestBot (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolfik1 authored Oct 24, 2023
1 parent 1802725 commit 1b9e950
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/examples/Funogram.TestBot/Commands/Base.fs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ let updateArrived (ctx: UpdateContext) =
cmd "/send_photo" (fun _ -> Files.testUploadAndSendSinglePhoto |> wrap)
|]

if result then ()
else
if result then
Api.sendMessage (fromId()) defaultText |> bot ctx.Config

0 comments on commit 1b9e950

Please sign in to comment.