Skip to content

Commit

Permalink
remove default allowedCallers value
Browse files Browse the repository at this point in the history
  • Loading branch information
zhixzhan committed May 5, 2021
1 parent 8b6af64 commit a7c3e34
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ export class DefaultSettingManager extends FileSettingManager {
maxImbalanceRatio: -1,
},
skill: {},
skillConfiguration: {
allowedCallers: ['*'],
},
skillConfiguration: {},
defaultLanguage: 'en-us',
languages: ['en-us'],
customFunctions: [],
Expand Down

0 comments on commit a7c3e34

Please sign in to comment.