mirror of
https://github.com/strapi/strapi.git
synced 2025-12-07 12:32:48 +00:00
Added missing semicolon
This commit is contained in:
parent
382722b74c
commit
947dd2b502
@ -88,7 +88,7 @@ exports.connect = (provider, query) => {
|
|||||||
|
|
||||||
return resolve([createdUser, null]);
|
return resolve([createdUser, null]);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
strapi.log.error(err)
|
strapi.log.error(err);
|
||||||
reject([null, err]);
|
reject([null, err]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user