Skip to content

Commit

Permalink
fix lint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Jan 9, 2025
1 parent 81a70bf commit e39525f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cubejs-api-gateway/src/gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,8 @@ class ApiGateway {
this.handleError({
e, context, query, res, requestStarted
});

return null;
}
}

Expand Down Expand Up @@ -1959,6 +1961,8 @@ class ApiGateway {
this.handleError({
e, context, query, res, requestStarted
});

return null;
}
}

Expand Down

0 comments on commit e39525f

Please sign in to comment.