Skip to content

Commit

Permalink
Fixing types...
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Oct 22, 2019
1 parent c4ec25c commit 15ff621
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ import { HttpInterceptor, HttpErrorResponse, HttpResponse, IAnonymousPaths } fro

import { ISessionTimeout } from './session_timeout';

const isSystemAPIRequest = (request?: Request) => {
const isSystemAPIRequest = (request: Request) => {
return request.headers.has('kbn-system-api');
};

Expand Down

0 comments on commit 15ff621

Please sign in to comment.