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 68fd0d5 commit b161c0eCopy full SHA for b161c0e
lib/methods/v2/translatestate.js
@@ -52,7 +52,7 @@ const methods = {
52
);
53
log.warn(
54
`This index did not exist at the time of deleting it. ` +
55
- `This can happen if an index was created by hand and then deleted` +
+ `This can happen if an index was created by hand and then deleted ` +
56
`by db-migrate. Make sure to recreate it by hand to avoid any problems.`
57
58
return Promise.resolve();
0 commit comments