Skip to content

Commit 2103f2b

Browse files
committed
fix: init method call failed
1 parent c0ad138 commit 2103f2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/feature/assistant-feature.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class AssistantFeature {
6363
// game: [[],[],[]]
6464
// }
6565
// }
66-
initAssistantFeature(interfac, context, id);
66+
this.initAssistantFeature(interfac, context, id);
6767
}
6868

6969
initAssistantFeature(interfac, context, id) {
@@ -133,4 +133,4 @@ class AssistantFeature {
133133

134134
}
135135

136-
module.exports = AssistantFeature;
136+
module.exports = AssistantFeature;

0 commit comments

Comments
 (0)