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 d7882b1 commit a22485fCopy full SHA for a22485f
src/autostake/index.mjs
@@ -49,9 +49,9 @@ export default function Autostake(mnemonic, opts) {
49
})
50
}
51
if (success || skipped) {
52
- return health.success('Autostake finished for ${data.prettyName}')
+ return health.success(`Autostake finished for ${data.prettyName}`)
53
} else {
54
- return health.failed('Autostake failed for ${data.prettyName}')
+ return health.failed(`Autostake failed for ${data.prettyName}`)
55
56
57
0 commit comments