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

Commit

Permalink
fix: remove unreachable header
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Mar 31, 2021
1 parent f0172f7 commit 16fef39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion campusphere/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ exports.signApp = class signApp extends campusphereApp {
'user-agent':
'Mozilla/5.0 (Linux; Android 10; GM1910 Build/QKQ1.190716.003; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.101 Mobile Safari/537.36 cpdaily/8.2.13 wisedu/8.2.13',
'content-type': 'application/json',
connection: 'keep-alive',
}
this.addr = school.addr
this.id = user.username
Expand Down

0 comments on commit 16fef39

Please sign in to comment.