mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Fix lint issue
This commit is contained in:
parent
d8eed4d15e
commit
1ddc617b79
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ function emitPreview(client, msg, preview) {
|
|||
function getRequestHeaders(headers) {
|
||||
const formattedHeaders = {
|
||||
"User-Agent": "Mozilla/5.0 (compatible; The Lounge IRC Client; +https://github.com/thelounge/thelounge)",
|
||||
Accept: headers.accept || "*/*",
|
||||
"Accept": headers.accept || "*/*",
|
||||
};
|
||||
|
||||
if (headers.language) {
|
||||
|
|
Loading…
Reference in a new issue