1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

General code cleanup from analysis

This commit is contained in:
Cadence Ember 2021-01-14 00:55:03 +13:00
parent 806494f5e0
commit 36f33b9f7e
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
3 changed files with 16 additions and 20 deletions

View file

@ -81,7 +81,7 @@ class User {
}
/**
* @param {any} responseHeaders supply this to create a token
* @param {any} [responseHeaders] supply this to create a token
*/
function getUser(req, responseHeaders) {
const token = getToken(req, responseHeaders)