Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix: one typos prettier generated
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 14, 2021
1 parent 39aea2d commit c4b2096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler/casLogIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = async (school, user) => {
headers.Host = school.origin.replace(/http(s?)\:\/\//, '')

// get base session -> cookie
headers.res = await fetch(school.login, { headers })
res = await fetch(school.login, { headers })
reCook(res, 1, cookie)

// create document for crawling
Expand Down

0 comments on commit c4b2096

Please sign in to comment.