Skip to content

Commit 728dbc5

Browse files
Add missing constant import
1 parent 5c9f0e6 commit 728dbc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helpers/api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const args = require('../utils/getArgs.js');
2+
const {PYTHAGORA_API_SERVER} = require("@pythagora.io/js-code-processing").common;
23

34
function getApiConfig() {
45
return {

0 commit comments

Comments
 (0)