Skip to content

Commit

Permalink
fixing linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Aug 1, 2024
1 parent 6b83350 commit a3430f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/webpack.proxy-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
const zlib = require('zlib');
const {ZSTDDecompress} = require('simple-zstd');
const { ZSTDDecompress } = require('simple-zstd');

const yargs = require('yargs');
// eslint-disable-next-line import/no-extraneous-dependencies
Expand Down

0 comments on commit a3430f4

Please sign in to comment.