Fix eslint complaint
This commit is contained in:
parent
7afb6d1b15
commit
a28acd6d60
@ -39,7 +39,7 @@ export const getGuildDojoController: RequestHandler = async (req, res) => {
|
||||
DojoComponents: []
|
||||
};
|
||||
guild.DojoComponents.forEach(dojoComponent => {
|
||||
let clientComponent: IDojoComponentClient = {
|
||||
const clientComponent: IDojoComponentClient = {
|
||||
id: toOid(dojoComponent._id),
|
||||
pf: dojoComponent.pf,
|
||||
ppf: dojoComponent.ppf,
|
||||
|
Loading…
x
Reference in New Issue
Block a user