Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
remove nodegit require
Browse files Browse the repository at this point in the history
  • Loading branch information
montyanderson committed Nov 11, 2019
1 parent c89a6e3 commit ab15a4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const fs = require('fs').promises;
const axios = require('axios');
const git = require('nodegit');
const execa = require('execa');

const client_id = process.env.CLIENT_ID;
Expand Down

0 comments on commit ab15a4b

Please sign in to comment.