Skip to content

Commit

Permalink
added deprecated label to force in init in nlu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
offerakrabi committed Jan 18, 2018
1 parent d06ae31 commit 7106790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/nlu/engines/example/nlu.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Nlu extends Base {
/**
* Initializes the nlu engine
* @param resource - the content of the nlu configuration file found int res/nlu
* @param force - ?
* @param force - deprecated
* @returns {Promise<any>}
*/
init(resource, force) {
Expand Down

0 comments on commit 7106790

Please sign in to comment.