Skip to content

Commit

Permalink
dep: mogo: update
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Jun 8, 2024
1 parent cb314d4 commit 6019410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding/base62/base62.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func DecodeGunzip(encoded string) ([]byte, error) {
if err != nil {
return bytes, err
}
bytesUnc, err := gziputil.Uncompress(bytes)
bytesUnc, err := gziputil.UncompressBytes(bytes)
if err != nil {
return bytes, nil
}
Expand Down

0 comments on commit 6019410

Please sign in to comment.