Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhan-canva committed Jul 12, 2024
1 parent 483d562 commit c49e87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mobx/src/types/actionannotation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function decorate_20223_(this: Annotation, mthd, context: DecoratorContext) {
return function (initMthd) {
let mthd = initMthd
if (!isAction(mthd)) {
mthd = _createAction(initMthd)
mthd = _createAction(mthd)
}
if (ann.options_?.bound) {
mthd = mthd.bind(this)
Expand Down

0 comments on commit c49e87c

Please sign in to comment.