Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 25, 2024
1 parent 0c89031 commit 2fd81c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { CoverageClientDto } from "./dto/coverage-client.dto";
import { FileInterceptor } from "@nestjs/platform-express";
import { CoverageMapClientService } from "./services/coverage-map-client.service";
import { CoverageMapClientDto } from "./dto/coverage-map-client.dto";
import zlib from "zlib";
import * as zlib from "zlib";
import { JwtAuthGuard } from "../auth/guards/jwt-auth.guard";
// 解压 GZIP 的 Buffer 数据
async function decompressData(buffer) {
Expand Down

0 comments on commit 2fd81c3

Please sign in to comment.