Thanks to visit codestin.com Credit goes to github.com
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 b1d4e3b commit a205435Copy full SHA for a205435
src/actions/onTutorialConfigContinue.ts
@@ -8,7 +8,7 @@ import logger from '../services/logger'
8
import { setupWebhook } from '../services/hooks/webhooks'
9
10
const onTutorialConfigContinue = async (action: T.Action, context: Context): Promise<void> => {
11
- logger('onTutorialConfigContinue', action)
+ logger(`Continuing tutorial from progress: ${JSON.stringify(action.payload)}`)
12
try {
13
const tutorialToContinue: TT.Tutorial | null = context.tutorial.get()
14
if (!tutorialToContinue) {
0 commit comments