Skip to content

Commit

Permalink
change fixme to todo
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Nov 2, 2022
1 parent ec4e5e3 commit 456f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const RESULT_PATH = path.resolve(PATH_TO_DIST, FILE_NAME);
const REDIRECT_FILES_PATH = path.resolve(PATH_TO_DIST, 'redirect-files');
const CORELIBS_RESULT_PATH = path.resolve(PATH_TO_DIST, CORELIBS_FILE_NAME);

// FIXME: check if constants may be used
// TODO: check if constants may be used
const DIST_REDIRECT_FILES = 'dist/redirect-files';
const STATIC_REDIRECTS_PATH = './src/redirects/static-redirects.yml';
const BLOCKING_REDIRECTS_PATH = './src/redirects/blocking-redirects.yml';
Expand Down

0 comments on commit 456f7c0

Please sign in to comment.