mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-12 17:05:51 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -165,7 +165,7 @@ Settings.prototype.getWrapper = function () {
|
||||
Settings.prototype.createWrapper = function (version, settings) {
|
||||
return {
|
||||
v: version,
|
||||
_: settings
|
||||
_: settings,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user