mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +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]);
|
||||
} catch (err) {
|
||||
strapi.log.error(err)
|
||||
strapi.log.error(err);
|
||||
reject([null, err]);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user