popup info ; token update
This commit is contained in:
@@ -95,8 +95,6 @@ var uploadSkill = function(skill){
|
||||
|
||||
module.exports = {
|
||||
updateSkill: function(skill, db){
|
||||
console.log("update skill function");
|
||||
|
||||
return new Promise((resolve,reject)=>{
|
||||
if (new Date() / 1000 > config.TOKEN_EXPIRES_IN){
|
||||
refreshToken(db).then(()=>{
|
||||
|
||||
Reference in New Issue
Block a user