From 1afe7e8176703d247ecd3df510d3cf474bd35455 Mon Sep 17 00:00:00 2001 From: binhlam-icario <150825239+binhlam-icario@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:32:07 +0700 Subject: [PATCH] Fix (CondClauseError) no cond clause evaluated to a truthy value --- mix.exs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mix.exs b/mix.exs index 19d19b5..7c82029 100644 --- a/mix.exs +++ b/mix.exs @@ -26,6 +26,8 @@ defmodule CloudWatch.Mixfile do Code.ensure_loaded?(ExAws) -> [extra_applications: [:logger, :ex_aws]] + true -> + [extra_applications: [:logger]] end end