Skip to content

Commit

Permalink
chore: 🤖 code format
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 4, 2024
1 parent d554b03 commit 48ecbea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/configuration/saveConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ type ConfigFilePath = string;

const DEV_SRC_UTILS_PATH = '/src/utils';
const basePath = path.dirname(__filename).includes(DEV_SRC_UTILS_PATH)
? '../..'
: '';
? '../..'
: '';

const filePathForTypescriptConfig = path.resolve(
path.dirname(__filename),
Expand Down

0 comments on commit 48ecbea

Please sign in to comment.