[CodeFactor] Apply fixes to commit 61df1cb

This commit is contained in:
codefactor-io 2023-09-24 11:09:47 +00:00
parent 61df1cbcd4
commit 63f062ca7f
No known key found for this signature in database
GPG Key ID: B66B2D63282C190F
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export default class ConfigService implements IConfigService {
};
public getAllConfigS = async (ctx: Context<{Bindings: Bindings, Variables: Variables}>): Promise<Settings> => {
let config = [
const config = [
await ctx.env.SHX_SETTINGS.get('theme'),
await ctx.env.SHX_SETTINGS.get('language'),
await ctx.env.SHX_SETTINGS.get('imageExtensions'),