Skip to content

Commit 30e5d15

Browse files
committed
add missing require
1 parent 64b5b44 commit 30e5d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/helpers/usageReporting.js

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const config = require('./config'),
1111
const { AUTH_REGEX, REDACTED_AUTH, REDACTED, CLI_ARGS_REGEX, RAW_ARGS_REGEX } = require("./constants");
1212
const { default: axios } = require("axios");
1313
const axiosRetry = require("axios-retry");
14+
const { isTurboScaleSession } = require("./atsHelper");
1415

1516
function get_version(package_name) {
1617
try {

0 commit comments

Comments
 (0)