We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c2f6f commit 6db0f40Copy full SHA for 6db0f40
src/services/dictionaryService.ts
@@ -22,7 +22,7 @@ import { DictionaryModel } from '../db/dictionaryModel';
22
import { normalizeSchema, validate } from '../services/schemaService';
23
import { Dictionary, Schema } from '../types/dictionaryTypes';
24
import { BadRequestError, ConflictError, NotFoundError } from '../utils/errors';
25
-import { incrementMajor, incrementMinor, isGreater, isValidVersion } from '../utils/version';
+import { incrementMajor, incrementMinor, isGreater } from '../utils/version';
26
27
const getLatestVersion = async (name: string): Promise<string> => {
28
const dicts = await DictionaryModel.find({ name: name });
0 commit comments