Skip to content

Commit 8849412

Browse files
Changed import path (#29)
1 parent a20cd0c commit 8849412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/axios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const https = require('https');
55
const dotenv = require('dotenv');
66
const polyCustom = require('./poly-custom');
77
const { API_KEY, API_BASE_URL } = require('./constants');
8-
import { scrub } from './api-index.js'
8+
const { scrub } = require('../api/index.js')
99

1010
dotenv.config();
1111

0 commit comments

Comments
 (0)