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

Commit

Permalink
fix(tcb): upgrade cea to v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Mar 31, 2021
1 parent 25fb2c9 commit ccf7aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion campusphere/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exports.signApp = class signApp extends campusphereApp {
}

/**
* @param {*} cookie stored cookie
* @param {object | unknown} cookie stored cookie
* @return {boolean} true if cookie is invalid
*/
async signInfo(cookie) {
Expand Down
2 changes: 1 addition & 1 deletion serverless/cea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beetcb/cea": "^2.1.2"
"@beetcb/cea": "^2.1.9"
}
}

0 comments on commit ccf7aed

Please sign in to comment.