Skip to content

Commit

Permalink
Fix type check
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipb committed Jul 6, 2020
1 parent d982662 commit 0982567
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ const COMMON_REQUEST_HEADERS = {
'kbn-xsrf': 'some-xsrf-token',
};

function timeout(ms) {
return new Promise((resolve) => setTimeout(resolve, ms));
}

export default ({ getPageObjects, getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
const logsUi = getService('logsUi');
Expand Down

0 comments on commit 0982567

Please sign in to comment.