chore: lint

This commit is contained in:
Alexis Tyler
2021-01-28 15:45:14 +10:30
parent e2fca3d588
commit 4e1b0bd72c
121 changed files with 1012 additions and 1012 deletions
+3 -3
View File
@@ -15,15 +15,15 @@ const cache = new CacheManager('unraid:modules:get-unraid-version');
interface Result extends CoreResult {
json: {
unraid: string
}
unraid: string;
};
}
/**
* Unraid version string.
* @returns The current version.
*/
export const getUnraidVersion = async(context: CoreContext): Promise<Result> => {
export const getUnraidVersion = async (context: CoreContext): Promise<Result> => {
const { user } = context;
// Check permissions