Skip to content

Commit

Permalink
Made a provision for the webUI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnoisytiger committed Jan 1, 2017
1 parent 1bd53d5 commit 01a9aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pick_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

case "getWeather":
$result = extension_weather($intentObject);
echo $result;
echo str_replace("_", "", $result); // Remove the underscores used for Slack formatting
break;

case "input.unknown";
Expand Down

0 comments on commit 01a9aab

Please sign in to comment.