We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20cd0c commit 8849412Copy full SHA for 8849412
templates/axios.js
@@ -5,7 +5,7 @@ const https = require('https');
5
const dotenv = require('dotenv');
6
const polyCustom = require('./poly-custom');
7
const { API_KEY, API_BASE_URL } = require('./constants');
8
-import { scrub } from './api-index.js'
+const { scrub } = require('../api/index.js')
9
10
dotenv.config();
11
0 commit comments