Skip to content

Commit

Permalink
ts-ignore Octokit
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar committed Mar 20, 2020
1 parent 5dc65f7 commit cd8d753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/

// @ts-ignore
import { Octokit } from '@octokit/rest';

export async function downloadTelemetryTemplate(octokit: Octokit) {
Expand Down
Expand Up @@ -13,6 +13,7 @@

import fs from 'fs';
import path from 'path';
// @ts-ignore
import { Octokit } from '@octokit/rest';
import { merge, chunk, flatten, pick, identity } from 'lodash';
import axios from 'axios';
Expand Down

0 comments on commit cd8d753

Please sign in to comment.