diff --git a/src/env.ts b/src/env.ts index 620afff..96e735d 100644 --- a/src/env.ts +++ b/src/env.ts @@ -5,7 +5,7 @@ interface EnvironmentConfiguration { botShortName: string, botCodeName: string, - imgBBKey: string, + imgBBKey: string, } const environmentConfiguration: EnvironmentConfiguration = {