Skip to content

Commit 253dcfb

Browse files
committed
fix: update dependencies
1 parent 4dc7caa commit 253dcfb

File tree

3 files changed

+13349
-8371
lines changed

3 files changed

+13349
-8371
lines changed

lib/node-utils/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export function getFunctionReturnStatementNode(
329329
// regular function or arrow function with block
330330
const returnStatementNode = functionNode.body.body.find((statement) =>
331331
isReturnStatement(statement)
332-
) as TSESTree.ReturnStatement | undefined;
332+
);
333333

334334
if (!returnStatementNode) {
335335
return null;

0 commit comments

Comments
 (0)