Fixed export

Signed-off-by: Yannick Bungers <git@innay.de>
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
Yannick Bungers 2020-04-13 12:12:44 +02:00 committed by David Mehren
parent 89563110c5
commit 8a36aaaeb4
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -1,7 +1,7 @@
import { User } from '../../models'
import { logger } from '../../logger'
exports.passportGeneralCallback = function callback (
export function passportGeneralCallback (
accessToken,
refreshToken,
profile,