Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Dec 1, 2016
1 parent 4343933 commit 4ab16fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/think.js
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ think.cache = async (name, value, options) => {
return data;
}
//set cache
return instance.set(name, value,options.timeout);
return instance.set(name, value, options.timeout);
};


Expand Down

0 comments on commit 4ab16fd

Please sign in to comment.