Skip to content

Commit 77b89d5

Browse files
committed
fix(backend): formatando lista de compras deste mes
1 parent aabaf3a commit 77b89d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/Modules/ChatBot/UseCase/MonthChat/MonthChatUseCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ protected function formatProducts(array $products): string
6161
$message .= "🔹 $name\n $quantity $unit - R$ $value";
6262
$message .= " ━━━━━━━━━━━━━━━━━\n";
6363
}
64-
$message .= "😅 Ufa, a lista acabou!\n";
6564

6665
return $message;
6766
}

0 commit comments

Comments
 (0)