diff --git a/tdrive/backend/node/src/utils/get-config.ts b/tdrive/backend/node/src/utils/get-config.ts index 86788bb0..abf07f4d 100644 --- a/tdrive/backend/node/src/utils/get-config.ts +++ b/tdrive/backend/node/src/utils/get-config.ts @@ -9,4 +9,4 @@ export const getConfigOrDefault = (key: string, defaultValue: T): T => { } return value as T; -}; \ No newline at end of file +};