Closed ACregan closed 11 months ago
The code diff shown would result in :
const user = await getUser(request) const user = await requireUser(request)
... which is not valid code (cannot redeclare a const).
The code diff shown would result in :
... which is not valid code (cannot redeclare a const).