mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 12:52:22 +01:00
fix(systems): fixed eslint warning and filename issue
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
* getMarkedConfigContent
|
||||
* @returns {*}
|
||||
*/
|
||||
vm.getMarkedConfigContent = function(){
|
||||
vm.getMarkedConfigContent = function () {
|
||||
return marked(vm.systemConfigContentValue, {sanitize: true});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user