fixed the file location of stepper

This commit is contained in:
2025-11-14 15:16:53 +05:30
parent 8c48db854e
commit 0353982ff4
2 changed files with 2 additions and 2 deletions

View File

@@ -194,10 +194,10 @@ functions:
getStepperInfo:
handler: src/modules/common/handlers/getStepperHandler
handler: src/modules/host/handlers/getStepper.handler
package:
patterns:
- "src/common/utils/handlers/getStepperHandler.*"
- "src/modules/host/handlers/getStepper.handler.*"
- "src/common/utils/handlers/safeHandler.*"
- "src/common/database/**"
- "src/modules/host/services/**"