DEV: Fix "no-unsafe-finally" lint (#24587)
This commit is contained in:
parent
916e1371b3
commit
70dc6bcfd3
|
@ -249,7 +249,7 @@ to serve API requests. For example:
|
|||
`);
|
||||
} finally {
|
||||
if (!res.headersSent) {
|
||||
return next();
|
||||
next();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue