Skip to content

Commit

Permalink
Revert type because none type is needed for the first time the artifa…
Browse files Browse the repository at this point in the history
…ct is created befor the compression
  • Loading branch information
dasansol92 committed Jun 21, 2021
1 parent de92e15 commit 9cc9dcd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export type CompressionAlgorithm = t.TypeOf<typeof compressionAlgorithm>;

export const compressionAlgorithmDispatch = t.keyof({
zlib: null,
none: null,
});
export type CompressionAlgorithmDispatch = t.TypeOf<typeof compressionAlgorithmDispatch>;

Expand Down

0 comments on commit 9cc9dcd

Please sign in to comment.