Skip to content

Commit

Permalink
fix(inline): remove tracing params after process shorten url
Browse files Browse the repository at this point in the history
  • Loading branch information
hugefiver committed Feb 12, 2025
1 parent 6fa4b97 commit 8940ca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inline/bili_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,10 @@ func (c *biliProcessor) processBiliShortenUrl(ctx context.Context, u *urlx.Extra
e.Domain = "b23.tv"
}
}
// err = c.clearBiliUrlQuery(e)
// if err != nil {
// return "", err
// }
err = c.clearBiliUrlQuery(e)
if err != nil {
return "", err
}
return e.StringByFields(), nil
}

Expand Down

0 comments on commit 8940ca8

Please sign in to comment.