We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d6ac2 commit 80e3a5bCopy full SHA for 80e3a5b
README.md
@@ -117,7 +117,7 @@ massive(dbConfig).then((db) => {
117
dbConfig.schema,
118
migrationSequences
119
)
120
- const actionWatcher = new BaseActionWatcher(actionReader, actionHander, 500)
+ const actionWatcher = new BaseActionWatcher(actionReader, actionHandler, 500)
121
actionWatcher.watch()
122
})
123
```
0 commit comments