Skip to content

Commit 3a20ad8

Browse files
Lint
1 parent 76e9675 commit 3a20ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/blueprint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ const validateActionAttemptType = (
952952
actionAttemptType: string | undefined,
953953
responseKey: string,
954954
path: string,
955-
) => {
955+
): string | undefined => {
956956
const excludedPaths = ['/action_attempts']
957957
const isPathExcluded = excludedPaths.some((p) => path.startsWith(p))
958958

0 commit comments

Comments
 (0)