Skip to content

Commit

Permalink
Merge pull request #525 from RabotaRu/v3.10.1
Browse files Browse the repository at this point in the history
v3.10.1
  • Loading branch information
rpiontik committed Apr 18, 2024
2 parents d484ef1 + a1a2301 commit 42f945e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/frontend/helpers/datasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import pathTool from '@global/manifest/tools/path.mjs';
import env from '@front/helpers/env';
import compress from '@global/compress/compress.mjs';

let DecompressionStream, CompressionStream;

const compressor = compress({
// eslint-disable-next-line no-undef
DecompressionStream,
Expand Down
1 change: 0 additions & 1 deletion src/global/compress/compress.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const COMPRESS_METHOD = 'gzip'; //deflate
let DecompressionStream, CompressionStream;

export default function(driver) {

Expand Down

0 comments on commit 42f945e

Please sign in to comment.