We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ad138 commit 2103f2bCopy full SHA for 2103f2b
1 file changed
src/feature/assistant-feature.js
@@ -63,7 +63,7 @@ class AssistantFeature {
63
// game: [[],[],[]]
64
// }
65
66
- initAssistantFeature(interfac, context, id);
+ this.initAssistantFeature(interfac, context, id);
67
}
68
69
initAssistantFeature(interfac, context, id) {
@@ -133,4 +133,4 @@ class AssistantFeature {
133
134
135
136
-module.exports = AssistantFeature;
+module.exports = AssistantFeature;
0 commit comments