We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e9675 commit 3a20ad8Copy full SHA for 3a20ad8
src/lib/blueprint.ts
@@ -952,7 +952,7 @@ const validateActionAttemptType = (
952
actionAttemptType: string | undefined,
953
responseKey: string,
954
path: string,
955
-) => {
+): string | undefined => {
956
const excludedPaths = ['/action_attempts']
957
const isPathExcluded = excludedPaths.some((p) => path.startsWith(p))
958
0 commit comments