Skip to content

Commit

Permalink
move to tasks, #1461
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 8, 2024
1 parent ffc4341 commit 305c3de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@

const _ = require( 'lodash' );
const assert = require( 'assert' );
const ChipperConstants = require( '../common/ChipperConstants.js' );
const ChipperConstants = require( '../../common/ChipperConstants.js' );
const fs = require( 'fs' );
const grunt = require( 'grunt' );
const https = require( 'https' );
const axios = require( '../../../perennial-alias/js/npm-dependencies/axios.js' );
const axios = require( '../../../../perennial-alias/js/npm-dependencies/axios.js' );

/**
* @returns {Promise} - Resolves when complete.
Expand Down

0 comments on commit 305c3de

Please sign in to comment.