Skip to content

Commit 25c369d

Browse files
committed
fix lint warn
1 parent da9bcc0 commit 25c369d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/cubejs-api-gateway/src/gateway.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,8 @@ class ApiGateway {
18231823
this.handleError({
18241824
e, context, query, res, requestStarted
18251825
});
1826+
1827+
return null;
18261828
}
18271829
}
18281830

@@ -1959,6 +1961,8 @@ class ApiGateway {
19591961
this.handleError({
19601962
e, context, query, res, requestStarted
19611963
});
1964+
1965+
return null;
19621966
}
19631967
}
19641968

0 commit comments

Comments
 (0)