Skip to content

Commit

Permalink
compress-gzip - upgrading xo to 0.60.0 (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Dec 9, 2024
1 parent e0859ab commit 418246d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compress-gzip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@keyv/test-suite": "workspace:^",
"rimraf": "^6.0.1",
"tsd": "^0.31.2",
"xo": "^0.59.3"
"xo": "^0.60.0"
},
"tsd": {
"directory": "test"
Expand Down
1 change: 1 addition & 0 deletions packages/compress-gzip/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export class KeyvGzip {
return {value: await this.decompress(value as pako.Data), expires};
}

/* c8 ignore next 1 */
return {value: undefined, expires: undefined};
}
}
Expand Down

0 comments on commit 418246d

Please sign in to comment.