Skip to content

Commit

Permalink
코드 리포맷팅
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejungg committed Jan 5, 2025
1 parent 6567156 commit bebd005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ const getRandomUserAgent = () => {
const config = {
headers: {
'User-Agent': getRandomUserAgent(),
'Accept':
Accept:
'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8',
'Accept-Encoding': 'gzip, deflate, br',
'Connection': 'keep-alive',
Connection: 'keep-alive',
},
validateStatus: function (status) {
return status >= 200 && status < 300;
Expand Down

0 comments on commit bebd005

Please sign in to comment.