Skip to content

Commit

Permalink
# 1.24.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 28, 2024
1 parent 016be8f commit adaafd5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
### **Copyrigth**:
*Tiledesk SRL*

# 1.24.0-rc.3
- **bug-fixed**: minor fix

# 1.24.0-rc.2
- **added**: voice-twilio action category

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "1.24.0-rc.2",
"version": "1.24.0-rc.3",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/models/action-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export class ActionWebRequestV2 extends Action {
constructor(){
super();
this.url = '';
this.headersString = {"Content-Type":"*/*", "Cache-Control":"no-cache", "User-Agent":"TiledeskBotRuntime", "Accept":"*/*"};
this.headersString = {"Content-Type":"*/*", "Cache-Control":"no-cache", "User-Agent":BRAND_BASE_INFO['BRAND_NAME']+" BotRuntime", "Accept":"*/*"};
this.settings = { timeout: 20000 }
this.jsonBody = null
this.bodyType = 'none'
Expand Down

0 comments on commit adaafd5

Please sign in to comment.