Skip to content

Commit 6db0f40

Browse files
committed
Organize Imports
1 parent 56c2f6f commit 6db0f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/dictionaryService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { DictionaryModel } from '../db/dictionaryModel';
2222
import { normalizeSchema, validate } from '../services/schemaService';
2323
import { Dictionary, Schema } from '../types/dictionaryTypes';
2424
import { BadRequestError, ConflictError, NotFoundError } from '../utils/errors';
25-
import { incrementMajor, incrementMinor, isGreater, isValidVersion } from '../utils/version';
25+
import { incrementMajor, incrementMinor, isGreater } from '../utils/version';
2626

2727
const getLatestVersion = async (name: string): Promise<string> => {
2828
const dicts = await DictionaryModel.find({ name: name });

0 commit comments

Comments
 (0)