Skip to content

Commit

Permalink
Fix: avoid crashing when Nuntium Token is missing
Browse files Browse the repository at this point in the history
This is a hotfix attempt for #2377
  • Loading branch information
matiasgarciaisaia committed Dec 20, 2024
1 parent 6590e6e commit 04fb598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ask/runtime/nuntium_channel.ex
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ defmodule Ask.Runtime.NuntiumChannel do
end
end

def message_inactive?(_, _), do: false

def has_delivery_confirmation?(_), do: true
def has_queued_message?(_, _), do: false
def message_expired?(_, _), do: false
Expand Down

0 comments on commit 04fb598

Please sign in to comment.