fix lint error

This commit is contained in:
Giuseppe Digilio
2020-12-11 18:55:06 +01:00
parent caa4700d06
commit 574caeb528

View File

@@ -46,7 +46,7 @@ export const getResourceTypeValueFor = (type: any): string => {
return type.value;
}
}
}
};
/* tslint:disable:max-classes-per-file */
/**