Cleanup code & make sure it has a common code style
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import UserShareBaseModel from "./userShareBase";
|
||||
import UserShareBaseModel from './userShareBase'
|
||||
import {merge} from 'lodash'
|
||||
|
||||
// This class extends the user share model with a 'rights' parameter which is used in sharing
|
||||
@ -8,7 +8,7 @@ export default class UserNamespaceModel extends UserShareBaseModel {
|
||||
super.defaults(),
|
||||
{
|
||||
namespaceId: 0,
|
||||
}
|
||||
},
|
||||
)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user