Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rl404 authored and github-actions[bot] committed Jul 30, 2024
1 parent d5c2b35 commit cedae1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/domain/nagato/repository/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ func (c *clientIDTransport) RoundTrip(req *http.Request) (*http.Response, error)
c.transport = http.DefaultTransport
}
req.Header.Add("X-MAL-CLIENT-ID", c.clientID)
req.Header.Add("User-Agent", "Hibiki/0.4.15 (github.com/rl404/hibiki)")
req.Header.Add("User-Agent", "Hibiki/0.4.16 (github.com/rl404/hibiki)")
return c.transport.RoundTrip(req)
}

0 comments on commit cedae1d

Please sign in to comment.