Skip to content

Commit

Permalink
Corrected an import.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDalek committed Dec 10, 2024
1 parent 4192bae commit 046ce23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/routes/versionChange.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See LICENSE file in root for details.
*/

import { updateHighchartsVersion, getHighchartsVersion } from '../../cache.js';
import { envs } from '../../envs.js';
import { envs } from '../../validation.js';

import HttpError from '../../errors/HttpError.js';

Expand Down

0 comments on commit 046ce23

Please sign in to comment.