Skip to content

Commit

Permalink
Update import in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Nov 5, 2022
1 parent bd4dd10 commit 66d9e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/contributors/index.ts
@@ -1,5 +1,5 @@
import { writeFileSync } from 'fs';
import { request, RequestOptions } from 'http';
import { request, RequestOptions } from 'https';
import { join } from 'path';
import { Contributor } from '../../models/scripts/contributors/contributor';
import { green, red, yellow } from '../helpers/painter';
Expand Down

0 comments on commit 66d9e48

Please sign in to comment.