Skip to content

Commit

Permalink
gist
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjaqbek committed Jul 13, 2024
1 parent 6195835 commit e3c4dca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gistService.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import axios from 'axios';
require('dotenv').config();
import dotenv from 'dotenv';

dotenv.config();

const GIST_ID = process.env.GIST_ID;
const GITHUB_TOKEN = process.env.GITHUB_TOKEN;
Expand Down

0 comments on commit e3c4dca

Please sign in to comment.